Skip to content

Commit

Permalink
debug golangci-lint for ci on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Apr 5, 2024
1 parent 8fcafec commit fb75f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ lint: lint-go lint-md

lint-go:
@echo "linting."
@golangci-lint run ./... --modules-download-mode=vendor
golangci-lint version
golangci-lint run ./... --modules-download-mode=vendor

.PHONY: lint-md
lint-md: ${MD_FILES} ## runs markdownlint and vale on all markdown files
Expand Down

0 comments on commit fb75f1d

Please sign in to comment.