Skip to content

Commit f2e8d93

Browse files
ci(super-linter): use docker image instead of building from src
1 parent ed6ca7f commit f2e8d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
persist-credentials: false
2828
- name: Super Linter Code Base
29-
uses: github/super-linter@v4
29+
uses: docker://github/super-linter:latest
3030
env:
3131
FILTER_REGEX_INCLUDE: "/src/*"
3232
DEFAULT_BRANCH: master

0 commit comments

Comments
 (0)