Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Has been cancelled
Some checks failed
ci-workflow / ci (push) Has been cancelled
This commit is contained in:
parent
e338bd96fe
commit
b6c899eb58
1 changed files with 4 additions and 4 deletions
8
.github/workflows/.github-ci.yaml
vendored
8
.github/workflows/.github-ci.yaml
vendored
|
@ -3,7 +3,7 @@ name: ci-workflow
|
|||
on: [push]
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/complete:v0.0.2
|
||||
|
@ -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