Skip to content

Commit

Permalink
Improve the configuration options of the yamllint-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Dec 27, 2024
1 parent 8d42b19 commit 92a2a50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Yamllint
uses: karancode/yamllint-github-action@master
with:
yamllint_strict: true
yamllint_format: parsable
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 92a2a50

Please sign in to comment.