Skip to content

Commit

Permalink
Update target files for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tteguayco committed Dec 11, 2023
1 parent 62d25c8 commit b877f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .trunk/configs/.yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
rules:
trailing-spaces: {}
quoted-strings:
required: false
key-duplicates: {}
Expand Down

0 comments on commit b877f1a

Please sign in to comment.