Skip to content

Commit

Permalink
Update super-linter reference, bump to v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Dec 31, 2024
1 parent 0e506fc commit 31ce5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cp pyproject.toml .github/linters
- name: Black
uses: github/super-linter/[email protected]
uses: super-linter/[email protected]
if: always()
env:
# run linter on everything to catch preexisting problems
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cp pyproject.toml .github/linters
- name: Pylint
uses: github/super-linter/[email protected]
uses: super-linter/[email protected]
if: always()
env:
# run linter on everything to catch preexisting problems
Expand Down

0 comments on commit 31ce5d5

Please sign in to comment.