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

This commit is contained in:
richardrobertreitz 2024-12-16 12:14:18 +00:00
parent 19c7209db7
commit d4ea3103a3

View file

@ -15,6 +15,7 @@ jobs:
- name: Lint the Repository - name: Lint the Repository
run: | run: |
ping heise.de -c 4
golangci-lint run ./... --out-format=json --timeout 20m0s --issues-exit-code 1 -v golangci-lint run ./... --out-format=json --timeout 20m0s --issues-exit-code 1 -v
- name: Build Credentials File - name: Build Credentials File