File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ repos:
27
27
- repo : https://github.com/python-jsonschema/check-jsonschema.git
28
28
rev : 0.33.0
29
29
hooks :
30
+ - id : check-github-workflows
31
+ files : ^\.github/workflows/[^/]+$
32
+ types :
33
+ - yaml
30
34
- id : check-jsonschema
31
35
name : Check GitHub Workflows set timeout-minutes
32
36
args :
35
39
files : ^\.github/workflows/[^/]+$
36
40
types :
37
41
- yaml
42
+ - id : check-readthedocs
38
43
39
44
- repo : https://github.com/pre-commit/pygrep-hooks.git
40
45
rev : v1.10.0
Original file line number Diff line number Diff line change
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 `
You can’t perform that action at this time.
0 commit comments