diff --git a/README.md b/README.md index f6efc65..f4bfd19 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ jobs: # Optional: working directory, useful for monorepos # working-directory: somedir - # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 + # Optional: golangci-lint command line arguments. Note that the `.golangci.yml` file should be in the root of the repository. + # args: --config=.golangci.yml --issues-exit-code=0 # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true @@ -112,8 +112,8 @@ jobs: # Optional: working directory, useful for monorepos # working-directory: somedir - # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 + # Optional: golangci-lint command line arguments. Note that the `.golangci.yml` file should be in the root of the repository. + # args: --config=.golangci.yml --issues-exit-code=0 # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true