mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-28 19:50:59 -05:00
move back to latest for linting this repo
This commit is contained in:
parent
93e067cf82
commit
f7482feec2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
# Run Linter against code base #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: github/super-linter@v3.14.4
|
uses: docker://ghcr.io/github/super-linter:latest
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNNER_DEBUG: true
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
ERROR_ON_MISSING_EXEC_BIT: true
|
ERROR_ON_MISSING_EXEC_BIT: true
|
||||||
|
|
Loading…
Reference in a new issue