test: gitlab-ci
This commit is contained in:
parent
536d49396f
commit
b6818deb5e
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
stages:
|
||||
- lint
|
||||
|
||||
flake8:
|
||||
stage: lint
|
||||
script:
|
||||
- pre-commit run flake8 --all-files
|
Loading…
Reference in a new issue