Skip to content

Commit

Permalink
ci: add pre-commit check for GH Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Feb 20, 2024
1 parent d51c957 commit b78f4c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ repos:
args:
- https://github.com/packit/specfile.git
stages: [manual, push]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
hooks:
- id: check-github-workflows
args: ["--verbose"]
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
Expand Down

0 comments on commit b78f4c6

Please sign in to comment.