Bump super-linter/super-linter to v6.1.1

pull/2303/head
Emilio López 8 months ago
parent ff0db039f2
commit 7dc5b06d16
  1. 2
      .github/workflows/linter.yml
  2. 2
      .github/workflows/pylint.yml

@ -45,7 +45,7 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/yamllint.json"
- name: Lint everything else
uses: super-linter/super-linter/slim@v6.0.0
uses: super-linter/super-linter/slim@v6.1.1
if: always()
env:
# run linter on everything to catch preexisting problems

@ -43,7 +43,7 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/pylint.json"
- name: Pylint
uses: super-linter/super-linter/slim@v6.0.0
uses: super-linter/super-linter/slim@v6.1.1
if: always()
env:
# Run linters only on new files for pylint to speed up the CI

Loading…
Cancel
Save