We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ad720f + b1d5593 commit 3a138e9Copy full SHA for 3a138e9
.pre-commit-config.yaml
@@ -27,6 +27,10 @@ repos:
27
- repo: https://github.com/python-jsonschema/check-jsonschema.git
28
rev: 0.33.0
29
hooks:
30
+ - id: check-github-workflows
31
+ files: ^\.github/workflows/[^/]+$
32
+ types:
33
+ - yaml
34
- id: check-jsonschema
35
name: Check GitHub Workflows set timeout-minutes
36
args:
@@ -35,6 +39,7 @@ repos:
39
files: ^\.github/workflows/[^/]+$
40
types:
37
41
- yaml
42
+ - id: check-readthedocs
38
43
44
- repo: https://github.com/pre-commit/pygrep-hooks.git
45
rev: v1.10.0
docs/changelog-fragments/707.contrib.rst
@@ -0,0 +1,5 @@
1
+The linting is now configured to check schemas of the
2
+Read The Docs configuration file and the GitHub Actions
3
+CI/CD workflow files in addition to enforcing timeouts.
4
+
5
+-- by :user:`webknjaz`
0 commit comments