We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d5541 commit 64c208bCopy full SHA for 64c208b
README.md
@@ -31,9 +31,12 @@ jobs:
31
with:
32
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
33
version: v1.26
34
+
35
+ # Optional: working directory, useful for monorepos
36
+ # working-directory: somedir
37
38
# Optional: golangci-lint command line arguments.
- # args: ./the-only-dir-to-analyze/...
39
+ # args: --issues-exit-code=0
40
```
41
42
We recommend running this action in a job separate from other jobs (`go test`, etc)
0 commit comments