We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40f124 commit 37bd0f0Copy full SHA for 37bd0f0
1 file changed
.github/workflows/lint.yml
@@ -34,13 +34,12 @@ jobs:
34
!/mibs/
35
36
- name: Lint Code Base
37
- uses: super-linter/super-linter/slim@v8.2.1
+ uses: super-linter/super-linter/slim@v8
38
env:
39
VALIDATE_BASH: true
40
VALIDATE_PYTHON_PYLINT: true
41
VALIDATE_PYTHON_BLACK: true
42
VALIDATE_ALL_CODEBASE: false
43
- DEFAULT_BRANCH: master
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
phpstan:
0 commit comments