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:
3
.github/workflows/validation.yml
vendored
3
.github/workflows/validation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user