diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19d4206ca97..64b8ddc279c 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.1 + hooks: + - id: check-github-actions + - id: check-github-workflows + args: [--verbose] + - repo: local hooks: - id: format-clang