Check gitlab ci file with pre-commit
This commit is contained in:
parent
7226ca57a2
commit
d4daad6ddb
1 changed files with 7 additions and 0 deletions
|
@ -30,3 +30,10 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
types: [python]
|
types: [python]
|
||||||
|
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
||||||
|
rev: v1.0.1
|
||||||
|
hooks:
|
||||||
|
- id: gitlab-ci-linter
|
||||||
|
args:
|
||||||
|
- --server
|
||||||
|
- https://gitlab.com
|
||||||
|
|
Reference in a new issue