jku / repository-playground

Community artifact repository workflow experiments
Other
7 stars 4 forks source link

Enable linters and tests on CI #116

Closed jku closed 1 year ago

jku commented 1 year ago

There is no documentation included, but

# requirements to use tox 
pip install tox

# run specific tox envs
tox -e lint-signer
tox -e test-e2e

# run labels (that may contain multiple envs)
tox -m test
tox -m lint