Update validation.yml

This commit is contained in:
Daniel W. Anner 2023-07-19 11:06:31 -04:00 committed by GitHub
parent ee96c5a57d
commit 18efc4473d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,10 @@ jobs:
device-types/ module-types/
- name: Format YAML files (hooks)
run: |
pre-commit run --config .pre-commit-hooks-config.yaml --all-files
pre-commit run --config .pre-commit-hooks-config.yaml
- name: Format YAML files (yamlfmt)
run: |
pre-commit run --config .pre-commit-yamlfmt-config.yaml --all-files
pre-commit run --config .pre-commit-yamlfmt-config.yaml
- name: Install plugin
run: pip install pytest-github-actions-annotate-failures
- name: Run tests