Skip to content

Commit

Permalink
ci(lint): make the CI lint job fail on yamllint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Oct 10, 2024
1 parent 19f6130 commit 46324f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:
uses: karancode/yamllint-github-action@master
with:
yamllint_comment: true # Insert inline PR comments
yamllint_strict: true # Set error code on warnings

Check warning on line 230 in .github/workflows/main.yml

View workflow job for this annotation

GitHub Actions / lint

230:33 [comments] too few spaces before comment

- name: Install taplo
run: cargo binstall --no-confirm --no-symlinks --no-discover-github-token --force taplo-cli
Expand Down

0 comments on commit 46324f8

Please sign in to comment.