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: {}