Use slim version of super linter

This reduces the size of the docker image and results in faster checks
This commit is contained in:
Roland Geider
2021-05-30 16:49:36 +02:00
parent 22fd934a4f
commit bfa85bbee4

View File

@@ -46,7 +46,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v3.17.1
uses: docker://ghcr.io/github/super-linter:slim-v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_PYTHON_FLAKE8: true