···3333 just {{task}} bogus
3434 just {{task}} microvm
35353636+fmt:
3737+ nix run github:vic/checkmate#fmt --override-input target .
+4-15
docs/src/content/docs/contributing.md
···5566All contributions welcome. PRs are checked by CI.
7788-### Run Tests
88+### Run tasks
991010-Run Den unit tests
1010+Use `just help` to get a list of all tasks.
11111212```console
1313-nix flake check github:vic/checkmate --override-input target .
1414-```
1515-1616-Run Den integration tests from templates/ci.
1717-1818-```console
1919-nix flake check -L --override-input den . ./templates/ci
2020-```
2121-2222-### Format Code
2323-2424-```console
2525-nix run github:vic/checkmate#fmt --override-input target .
1313+just fmt
1414+just ci
2615```
27162817### Bug Reports