Skip to content

Commit

Permalink
Fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 11, 2024
1 parent a7a8e26 commit 5d44a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: '.'
YAML_CONFIG_FILE: '.yamllint.yml'
YAML_CONFIG_FILE: '.yamllint'
VALIDATE_GIT_COMMITLINT: false
VALIDATE_ALL_CODEBASE: false
MULTI_STATUS: false

0 comments on commit 5d44a1b

Please sign in to comment.