Update .github/workflows/.github-ci.yaml

This commit is contained in:
richardrobertreitz 2024-12-16 12:07:58 +00:00
parent 3eba577002
commit 1af1f74940

View file

@ -15,12 +15,7 @@ jobs:
- name: Lint the Repository
run: |
ls -la
pwd
golangci-lint --help
golangci-lint --version
ls -la cmd
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
golangci-lint run ./... --out-format=json --issues-exit-code 1
- name: Build Credentials File
run: |