Skip to content

Commit

Permalink
Add lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Apr 8, 2024
1 parent 999296e commit 299c281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $(GLFW_LIB):
glfw: $(GLFW_LIB)
.PHONY: glfw

lint:
dub run dscanner -- lint source
.PHONY: lint

test: glfw
dub test --parallel
./scripts/delete-junk-lst-files.sh
Expand Down

0 comments on commit 299c281

Please sign in to comment.