Skip to content

Commit 5784873

Browse files
committed
Update .pre-commit-confgi.yml
1 parent c67d3f0 commit 5784873

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ repos:
2626
- id: check-merge-conflict
2727
- id: debug-statements
2828

29-
# this validates our github workflow files
3029
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.14.0
30+
rev: 0.16.0
3231
hooks:
3332
- id: check-github-workflows
33+
name: "Check GitHub workflows"
34+
files: ^\.github/workflows/
35+
types: [yaml]

0 commit comments

Comments
 (0)