Skip to content

Commit

Permalink
chore: Add precommit check for GH actions and workflows (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored May 16, 2023
1 parent aeec206 commit a54df45
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.0
hooks:
- id: check-github-actions
- id: check-github-workflows
args: [--verbose]

- repo: local
hooks:
- id: format-clang
Expand Down

0 comments on commit a54df45

Please sign in to comment.