feat: adds linting

This commit is contained in:
Iain Learmonth 2025-05-27 14:12:17 +01:00
parent c98331150c
commit 345a9a0608
6 changed files with 142 additions and 4 deletions

7
Justfile Normal file
View file

@ -0,0 +1,7 @@
lint:
markdownlint README.md
nixfmt -c flake.nix
fmt:
markdownlint --fix README.md
nixfmt flake.nix