mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-17 07:58:27 +00:00
feat: Add custom configuration file path to args
Signed-off-by: Aisuko <urakiny@gmail.com>
This commit is contained in:
parent
416b5d0b48
commit
97701e8fab
1 changed files with 4 additions and 4 deletions
|
|
@ -52,8 +52,8 @@ jobs:
|
||||||
# Optional: working directory, useful for monorepos
|
# Optional: working directory, useful for monorepos
|
||||||
# working-directory: somedir
|
# working-directory: somedir
|
||||||
|
|
||||||
# Optional: golangci-lint command line arguments.
|
# Optional: golangci-lint command line arguments. Note that the `.golangci.yml` file should be in the root of the repository.
|
||||||
# args: --issues-exit-code=0
|
# args: --config=.golangci.yml --issues-exit-code=0
|
||||||
|
|
||||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||||
# only-new-issues: true
|
# only-new-issues: true
|
||||||
|
|
@ -112,8 +112,8 @@ jobs:
|
||||||
# Optional: working directory, useful for monorepos
|
# Optional: working directory, useful for monorepos
|
||||||
# working-directory: somedir
|
# working-directory: somedir
|
||||||
|
|
||||||
# Optional: golangci-lint command line arguments.
|
# Optional: golangci-lint command line arguments. Note that the `.golangci.yml` file should be in the root of the repository.
|
||||||
# args: --issues-exit-code=0
|
# args: --config=.golangci.yml --issues-exit-code=0
|
||||||
|
|
||||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||||
# only-new-issues: true
|
# only-new-issues: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue