Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 1m49s
Some checks failed
ci-workflow / ci (push) Failing after 1m49s
This commit is contained in:
parent
7f9a49e708
commit
1ebd5e5090
1 changed files with 5 additions and 0 deletions
5
.github/workflows/.github-ci.yaml
vendored
5
.github/workflows/.github-ci.yaml
vendored
|
@ -15,6 +15,11 @@ 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
|
||||
|
||||
- name: Build Credentials File
|
||||
|
|
Loading…
Reference in a new issue