feat: almost ci

This commit is contained in:
mpaulson 2023-12-10 12:55:15 -07:00
parent d043904d1e
commit 87ed69c450

View File

@ -6,4 +6,9 @@ lint:
echo "===> Linting"
luacheck lua/ --globals vim
pr-ready: fmt lint
test:
echo "===> Testing"
nvim --headless -c "PlenaryBustedDirectory lua/harpoon/test"
pr-ready: fmt lint test