Add ci
This commit is contained in:
parent
be8d7d6eee
commit
893982e0ad
2 changed files with 52 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -11,4 +11,8 @@ types:
|
|||
$(POETRY) mypy $(SRC)
|
||||
|
||||
test:
|
||||
$(POETRY) pytest $(TESTS)
|
||||
$(POETRY) pytest $(TESTS)
|
||||
|
||||
|
||||
|
||||
ci: lint types test
|
||||
Loading…
Add table
Add a link
Reference in a new issue