mirror of https://github.com/daffainfo/nuclei.git
Fix CI
We need to set the working directory to allow golangci-lint to resolve go modules.dev
parent
ba39b03fc7
commit
4658d52310
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue