add .gitlab-ci: run format.sh --check
Closes #10 Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
0f881800ac
commit
f8edeaf61f
1 changed files with 11 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue