Skip to content

Commit

Permalink
chore: Remove precommit GH actions check (#3064)
Browse files Browse the repository at this point in the history
The precommit check fails when adding a valid macos-13 as a runner.
  • Loading branch information
philipphofmann committed May 26, 2023
1 parent cfb3100 commit b9b0f0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ 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 b9b0f0a

Please sign in to comment.