We need to set the working directory to allow golangci-lint to resolve go modules.
dev
Víctor Zamanillo 2020-09-25 13:55:48 +02:00
parent ba39b03fc7
commit 4658d52310
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29
args: --timeout 5m
working-directory: v2/cmd/nuclei/
# Optional: working directory, useful for monorepos
# working-directory: somedir