Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 1m50s

This commit is contained in:
richardrobertreitz 2024-12-16 12:53:27 +00:00
parent 63ba752199
commit da4dd2789c

View file

@ -15,7 +15,7 @@ jobs:
- name: Lint the Repository - name: Lint the Repository
run: | 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 - name: Build Credentials File
run: | run: |