using the built container and not the repo

This commit is contained in:
Lucas Gravley 2020-06-18 14:09:33 -05:00
parent 3764738cee
commit eb9f7498f8

View file

@ -41,6 +41,6 @@ jobs:
# Run Linter against code base # # Run Linter against code base #
################################ ################################
- name: Lint Code Base - name: Lint Code Base
uses: github/super-linter@v2.0.0 uses: docker://github/super-linter:latest
env: env:
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false