mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Run mypy in CI
This commit is contained in:
parent
b9068e24ab
commit
f2f6bcc198
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- dnf install -y meson
|
- dnf install -y meson python3-mypy
|
||||||
|
- mypy gtkblueprinttool
|
||||||
- meson _build
|
- meson _build
|
||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
- ninja -C _build test
|
- ninja -C _build test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue