Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
7f1d8b8b68
commit
2cf6cdfd7c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/.github-ci.yaml
vendored
2
.github/workflows/.github-ci.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
- name: Lint the Repository
|
||||
run: |
|
||||
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
||||
golangci-lint run ./... --out-format=json --timeout 10m --issues-exit-code 1
|
||||
|
||||
- name: Build Credentials File
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue