ci: Enforce code style

This commit is contained in:
James Westman 2022-02-23 14:12:05 -06:00
parent af03c2ac0f
commit 3b22dff988
2 changed files with 2 additions and 1 deletions

View file

@ -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