Skip to content

Commit

Permalink
Fix lint workflow (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 11, 2024
1 parent d382825 commit 1983d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: super-linter/super-linter@e1cb86b6e8d119f789513668b4b30bf17fe1efe4 # v7.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: '.'
YAML_CONFIG_FILE: '.yamllint.yml'
VALIDATE_GIT_COMMITLINT: false
VALIDATE_ALL_CODEBASE: false
MULTI_STATUS: false

0 comments on commit 1983d90

Please sign in to comment.