Skip to content

Commit 94bfe26

Browse files
authored
Merge pull request #132 from aquariophilie/gmacario-patch-1
[Feat] Use Slim Image of the super-linter runner
2 parents 30105ec + dd9694b commit 94bfe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/superlinter.yml renamed to .github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Run Linter against code base #
4949
################################
5050
- name: Lint Code Base
51-
uses: github/super-linter@v4
51+
uses: github/super-linter/slim@v4
5252
env:
5353
VALIDATE_ALL_CODEBASE: false
5454
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)