Skip to content

Commit

Permalink
chore: Readd precommit GH actions check (#3074)
Browse files Browse the repository at this point in the history
Was removed with #3064, cause it caused
problems. Which are fixed now with v 0.23.01.
  • Loading branch information
philipphofmann committed May 31, 2023
1 parent fb8db4a commit f587451
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f587451

Please sign in to comment.