this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: extend the check script

+2 -2
+2 -2
justfile
··· 7 7 act 8 8 9 9 # run all checks 10 - check: 11 - just fmt 10 + check: fmt test 11 + cargo clippy 12 12 pre-commit run --all-files --show-diff-on-failure 13 13 nix flake check 14 14