Skip to content

Commit

Permalink
chore: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed May 25, 2024
1 parent 2f4c97e commit 4f994d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ format:
stylua -v --verify .

check:
luacheck lua/ --codes
nix flake check

shell:
nix develop

integration-test:
nix run ".#integration-test"

0 comments on commit 4f994d5

Please sign in to comment.