Skip to content

Commit

Permalink
Update reviewdog (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin authored Sep 27, 2024
1 parent d0ddd33 commit 16c9c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- added|modified: "**.yml"
- name: Lint files
if: ${{ steps.filter.outputs.yaml == 'true' }}
uses: reviewdog/action-yamllint@v1
uses: reviewdog/action-yamllint@v1.19
with:
yamllint_flags: "-c .github/lint/.yamllint.yaml ${{ steps.filter.outputs.yaml_files }}"

0 comments on commit 16c9c92

Please sign in to comment.