Skip to content

Commit

Permalink
echo CURDIR in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed Nov 13, 2024
1 parent 23d01c2 commit 1d44b37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.Common
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ fmt: $(GOIMPORTS)

.PHONY: lint
lint: $(LINT) checklicense misspell
echo "hi"
echo "$(CURDIR)"
$(LINT) run --allow-parallel-runners --verbose --build-tags integration --timeout=30m --path-prefix $(shell basename "$(CURDIR)")

.PHONY: govulncheck
Expand Down

0 comments on commit 1d44b37

Please sign in to comment.