Tobias Genannt 2021-04-07 10:57:14 +02:00
parent 45824ba4f3
commit b18e4aaf92
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ jobs:
name: Checks syntax of our code
steps:
- uses: actions/checkout@v2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- uses: actions/setup-python@v2
- name: Lint Code Base
uses: github/super-linter@v3