We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5230702 + c1f65ad commit cf46984Copy full SHA for cf46984
.github/workflows/linter.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
30
- name: Lint Code Base
31
- uses: super-linter/super-linter/slim@v7.2.1
+ uses: super-linter/super-linter/slim@v7
32
env:
33
DEFAULT_BRANCH: master
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}s
0 commit comments