mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-03 15:49:07 -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:
|
||||
script:
|
||||
- dnf install -y meson
|
||||
- dnf install -y meson python3-mypy
|
||||
- mypy gtkblueprinttool
|
||||
- meson _build
|
||||
- ninja -C _build
|
||||
- ninja -C _build test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue