add lint task

main
Jörg Thalheim 2 years ago
parent c0d1ff9336
commit 8d53003cf0
No known key found for this signature in database

@ -9,6 +9,11 @@ fmt:
build:
go build .
# Run linters not covered by treefmt
lint:
golangci-lint run
mypy ./tests
# Run unitests
test:
pytest -s ./tests

Loading…
Cancel
Save