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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/complete:v0.0.2
|
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
|
- name: Clone Repository
|
||||||
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout@main
|
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout@main
|
||||||
|
|
||||||
#- name: Lint the Repository
|
- name: Lint the Repository
|
||||||
# run: |
|
run: |
|
||||||
# golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
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