@@ -20,12 +20,30 @@ repos:
|
20 | 20 | - id: debug-statements |
21 | 21 | - id: end-of-file-fixer |
22 | 22 | - id: trailing-whitespace |
| 23 | + - id: check-dependabot |
| 24 | + - id: check-github-workflows |
| 25 | +id: check-yaml |
| 26 | + - id: debug-statements |
| 27 | + - id: end-of-file-fixer |
| 28 | + - id: trailing-whitespace |
| 29 | + - id: check-dependabot |
| 30 | + - id: check-github-workflows |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
23 | 37 | |
24 | 38 | - repo: https://github.com/python-jsonschema/check-jsonschema |
25 | 39 | rev: 0.29.2 |
26 | 40 | hooks: |
27 | 41 | - id: check-dependabot |
28 | 42 | - id: check-github-workflows |
| 43 | + - id: check-dependabot |
| 44 | + - id: check-github-workflows |
| 45 | + - id: check-dependabot |
| 46 | + - id: check-github-workflows |
29 | 47 | |
30 | 48 | - repo: https://github.com/rhysd/actionlint |
31 | 49 | rev: v1.7.2 |
|