mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-06-19 11:26:58 +02:00
Restrict YAML linter to definition directories
This commit is contained in:
parent
6bdd502b56
commit
35783b6550
4
.github/workflows/validation.yml
vendored
4
.github/workflows/validation.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user