Add check target

This commit is contained in:
Yax 2023-11-19 15:35:56 +01:00
parent 6d53fdecac
commit 8ad46a798c

View file

@ -20,6 +20,9 @@ typehint:
lint:
rye run pylint src/
# check
check: all
# test
test:
rye run coverage run -m --source=stacosys pytest tests