diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b2e49b..dbc6911 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,3 +14,10 @@ repos: hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] +- repo: https://github.com/python-jsonschema/check-jsonschema + rev: '0.29.1' + hooks: + - id: check-github-workflows + args: ["--verbose"] + - id: check-renovate + args: ["--verbose"]