Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Mar 12, 2024
1 parent 406d712 commit f355140
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.PHONY: all clean test
.PHONY: \
lint \
build \
fetch-schema
# Runs configured linters
lint:
golangci-lint run --timeout 10m0s
Expand Down

0 comments on commit f355140

Please sign in to comment.