augur icon indicating copy to clipboard operation
augur copied to clipboard

Reorganize CI jobs so they appear sensibly in the GitHub UI

Open MoralCode opened this issue 1 month ago • 0 comments

This reorganizes the CI jobs so they can be more easily found via the Actions tab of github. it essentially sepearates the tests into categories for things like checks (i.e. spell check, type check), docs build, smoke tests, functional/unit tests. etc)

it also adds CI jobs for running python type checks (mypy) and the unit tests

MoralCode avatar Nov 19 '25 21:11 MoralCode