From 04afe9a6cdc61ae8bf1ba30eef7ca56ffedecc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teguayco=20Guti=C3=A9rrez?= Date: Mon, 11 Dec 2023 14:26:36 +0100 Subject: [PATCH] Set search path to .github --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 022f3e644..788a8c4db 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -87,7 +87,7 @@ jobs: with: machine-types: "['ubuntu-22.04']" config-file-path: '.trunk/configs/.yamllint.yaml' - search-path: '.' + search-path: '.github' post-pull-request-checks-automation: name: Post Pull Request Checks Automation