better example of usage

This commit is contained in:
Lucas Gravley 2020-07-01 08:29:22 -05:00
parent afd7bb77e1
commit c3bb133a88

View file

@ -125,7 +125,8 @@ jobs:
uses: docker://github/super-linter:v3 uses: docker://github/super-linter:v3
env: env:
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false
VALIDATE_ANSIBLE: false DEFAULT_BRANCH: master
... ...
``` ```