Fix super-linter on PRs
See: https://github.com/github/super-linter#example-connecting-github-action-workflow
This commit is contained in:
parent
45824ba4f3
commit
b18e4aaf92
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -14,6 +14,9 @@ jobs:
|
|||||||
name: Checks syntax of our code
|
name: Checks syntax of our code
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- uses: actions/setup-python@v2
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: github/super-linter@v3
|
uses: github/super-linter@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user