add .gitlab-ci: run format.sh --check
Closes #10 Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
stages:
|
||||
- check
|
||||
- build
|
||||
|
||||
format:
|
||||
stage: check
|
||||
image: python
|
||||
before_script:
|
||||
- pip install yapf autoflake
|
||||
script:
|
||||
- ./format.sh --check
|
||||
Reference in New Issue
Block a user