ci: lint only changed files

This commit is contained in:
Brennan Ashton 2021-04-05 21:41:14 -07:00 committed by Petro Karashchenko
parent 5787c26159
commit 72ead93dee

View File

@ -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