mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
Switch to versioned docker container example
This commit is contained in:
parent
d439f6aea7
commit
7a2491e426
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ jobs:
|
||||||
# Run Linter against code base #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: docker://admiralawkbar/super-linter:latest
|
uses: github/super-linter@v1.0.0
|
||||||
env:
|
env:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
VALIDATE_ANSIBLE: false
|
VALIDATE_ANSIBLE: false
|
||||||
|
|
Loading…
Reference in a new issue