.profile/Justfile
2025-05-27 14:20:07 +01:00

7 lines
117 B
Makefile

lint:
markdownlint README.md
nixfmt -c flake.nix
fmt:
markdownlint --fix README.md
nixfmt flake.nix