Restrict YAML linter to definition directories

This commit is contained in:
jeremystretch 2022-03-24 16:46:04 -04:00
parent 6bdd502b56
commit 35783b6550

View File

@ -20,6 +20,6 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint YAML files
run: yamllint --format parsable --strict -c=tests/yamllint.yaml .
- name: Run Device-Type Tests
run: yamllint --format parsable --strict -c=tests/yamllint.yaml device-types/ module-types/
- name: Run tests
run: pytest --tb=short -v