Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
3eba577002
commit
1af1f74940
1 changed files with 1 additions and 6 deletions
7
.github/workflows/.github-ci.yaml
vendored
7
.github/workflows/.github-ci.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue