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
|
- name: Lint the Repository
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
golangci-lint run ./... --out-format=json --issues-exit-code 1
|
||||||
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
|
- name: Build Credentials File
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue