mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-07 16:29:07 -04:00
ci: Enforce code style
This commit is contained in:
parent
af03c2ac0f
commit
3b22dff988
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ build:
|
|||
image: registry.gitlab.gnome.org/jwestman/blueprint-compiler
|
||||
stage: build
|
||||
script:
|
||||
- black --check .
|
||||
- mypy blueprintcompiler
|
||||
- coverage run -m unittest
|
||||
- coverage html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue