Skip to content

Commit

Permalink
troubleshoot goloangci config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
ja88a committed Jan 24, 2024
1 parent 42ac34e commit bd4be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
# The location of the configuration file can be changed by using `--config=`
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
args: --config=../.golangci.yml
args: --config=../.golangci-x.yml

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down

0 comments on commit bd4be25

Please sign in to comment.