From b877f1afdeb7924e7e457898316d360c9e5c68d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teguayco=20Guti=C3=A9rrez?= Date: Mon, 11 Dec 2023 12:11:14 +0100 Subject: [PATCH] Update target files for linting --- .github/workflows/build-and-test.yml | 2 +- .trunk/configs/.yamllint.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6015413f5..b79694b4d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -80,7 +80,7 @@ jobs: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Run yamllint with custom config - run: yamllint -c .trunk/configs/.yamllint.yaml ./github + run: yamllint -c .trunk/configs/.yamllint.yaml . post-pull-request-checks-automation: name: Post Pull Request Checks Automation diff --git a/.trunk/configs/.yamllint.yaml b/.trunk/configs/.yamllint.yaml index b7600f5d8..2a25d308b 100644 --- a/.trunk/configs/.yamllint.yaml +++ b/.trunk/configs/.yamllint.yaml @@ -1,4 +1,5 @@ rules: + trailing-spaces: {} quoted-strings: required: false key-duplicates: {}