Files
midas/justfile
LordBaryhobal dce35391b4
All checks were successful
Tests / tests (pull_request) Successful in 6s
chore: add justfile
2026-07-09 23:41:04 +02:00

15 lines
250 B
Makefile

# Local Variables:
# mode: makefile
# End:
set shell := ["bash", "-uc"]
build-docs:
typst c --root . docs/manual.typ
typst c --root . docs/function_subtyping.typ
tests:
uv run -m tests
check-docstrings:
uv run scripts/docstring_checker.py