Skip to content

Commit 37bd0f0

Browse files
committed
we don't need a specific slim version (and DEFAULT_BRANCH is no longer needed)
1 parent e40f124 commit 37bd0f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ jobs:
3434
!/mibs/
3535
3636
- name: Lint Code Base
37-
uses: super-linter/super-linter/slim@v8.2.1
37+
uses: super-linter/super-linter/slim@v8
3838
env:
3939
VALIDATE_BASH: true
4040
VALIDATE_PYTHON_PYLINT: true
4141
VALIDATE_PYTHON_BLACK: true
4242
VALIDATE_ALL_CODEBASE: false
43-
DEFAULT_BRANCH: master
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4544

4645
phpstan:

0 commit comments

Comments
 (0)