change: ghactions increased lint timeout

pull/1254/head
iwilltry42 1 year ago
parent 97a3feac8f
commit 4fe408feb6
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 3
      Makefile

@ -172,6 +172,9 @@ check-fmt:
lint:
@golangci-lint run -D $(GOLANGCI_LINT_DISABLED_LINTERS) $(LINT_DIRS)
ci-lint:
golangci-lint run --timeout 5m0s --out-format=github-actions -D $(GOLANGCI_LINT_DISABLED_LINTERS) $(LINT_DIRS)
check: check-fmt lint
###########################

Loading…
Cancel
Save