|
@@ -29,6 +29,11 @@ repos:
|
|
|
language: python
|
|
|
types: [python]
|
|
|
log_file: '.artifacts/flake8.pycodestyle.log'
|
|
|
+- repo: https://github.com/sirosen/check-jsonschema
|
|
|
+ rev: 0.3.0
|
|
|
+ hooks:
|
|
|
+ - id: check-github-actions
|
|
|
+ - id: check-github-workflows
|
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
|
rev: v3.4.0
|
|
|
hooks:
|