ci: lint only changed files
This commit is contained in:
parent
5787c26159
commit
72ead93dee
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -12,8 +12,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: YAML Lint
|
||||
uses: github/super-linter@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_YAML: true
|
||||
VALIDATE_PYTHON_BLACK: true
|
||||
|
Loading…
Reference in New Issue
Block a user