mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Merge pull request #240 from BroderPeters/patch-1
Point linter.yml example to existing version
This commit is contained in:
commit
5e97dd4975
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ jobs:
|
|||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Lint Code Base
|
||||
uses: docker://github/super-linter:v2.1.1
|
||||
uses: docker://github/super-linter:v2.1.0
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_ANSIBLE: false
|
||||
|
|
Loading…
Reference in a new issue