Dependencies updates for May 2023 (#1326)

* Dependencies updates for May 2023

* adding updates to pre-commit and validation

* updating pre-commit config
This commit is contained in:
Daniel W. Anner
2023-05-05 12:49:12 -04:00
committed by GitHub
parent 840b0210ec
commit 12638369b3
5 changed files with 20 additions and 14 deletions

View File

@@ -19,6 +19,9 @@ jobs:
run: |
yamllint --format github --strict \
device-types/ module-types/
- name: Format YAML files (hooks)
run: |
pre-commit run --config .pre-commit-hooks-config.yaml --all-files
- name: Format YAML files (yamlfmt)
run: |
pre-commit run --config .pre-commit-yamlfmt-config.yaml --all-files