lint added
This commit is contained in:
parent
3984829ccc
commit
00ef0abe80
@ -1,5 +1,4 @@
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
- deploy-dev
|
||||
- deploy-prod
|
||||
@ -8,13 +7,6 @@ variables:
|
||||
SOLUTIONS_ROOT_EXTERNAL: "/sprint-data/data/solutions"
|
||||
DB_HOST: "postgres"
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
tags:
|
||||
- main
|
||||
script:
|
||||
- mypy --ignore-missing-imports .
|
||||
|
||||
build:
|
||||
stage: build
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user