diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19d4206ca97..e0158713b70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,13 @@ repos: - id: end-of-file-fixer - id: no-commit-to-branch + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.23.0 + hooks: + - id: check-github-actions + - id: check-github-workflows + args: [--verbose] + - repo: local hooks: - id: format-clang