This commit is contained in:
parent
c98331150c
commit
3b62f99653
6 changed files with 139 additions and 4 deletions
7
Justfile
Normal file
7
Justfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
lint:
|
||||
markdownlint README.md
|
||||
nixfmt -c flake.nix
|
||||
|
||||
fmt:
|
||||
markdownlint --fix README.md
|
||||
nixfmt flake.nix
|
Loading…
Add table
Add a link
Reference in a new issue