We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339977b commit 9e47ac1Copy full SHA for 9e47ac1
.pre-commit-config.yaml
@@ -3,3 +3,8 @@ repos:
3
rev: v4.4.0
4
hooks:
5
- id: end-of-file-fixer
6
+
7
+ - repo: https://github.com/python-jsonschema/check-jsonschema
8
+ rev: 0.27.3
9
+ hooks:
10
+ - id: check-github-workflows
0 commit comments