fix: fix golangci-lint file name
This commit is contained in:
parent
c63d1018da
commit
a63ae1831d
4 changed files with 99 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -206,7 +206,7 @@ jobs:
|
|||
uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
version: v2.10
|
||||
args: --config=golang-ci.yaml --allow-parallel-runners --timeout=5m
|
||||
args: --config=.golang-ci.yaml --allow-parallel-runners --timeout=5m
|
||||
continue-on-error: true
|
||||
|
||||
- name: Linting terraform files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue