Update .github/workflows/.github-ci.yaml
Some checks are pending
ci-workflow / ci (push) Waiting to run
Some checks are pending
ci-workflow / ci (push) Waiting to run
This commit is contained in:
parent
9dd293b645
commit
e338bd96fe
1 changed files with 3 additions and 3 deletions
6
.github/workflows/.github-ci.yaml
vendored
6
.github/workflows/.github-ci.yaml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
|||
- name: Clone Repository
|
||||
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout@main
|
||||
|
||||
- name: Lint the Repository
|
||||
run: |
|
||||
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
||||
#- name: Lint the Repository
|
||||
# run: |
|
||||
# golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
||||
|
||||
- name: Build Credentials File
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue