mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
using the built container and not the repo
This commit is contained in:
parent
3764738cee
commit
eb9f7498f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -41,6 +41,6 @@ jobs:
|
|||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v2.0.0
|
||||
uses: docker://github/super-linter:latest
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
|
|
Loading…
Reference in a new issue