Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Has been cancelled

This commit is contained in:
richardrobertreitz 2024-12-16 11:43:45 +00:00
parent e338bd96fe
commit b6c899eb58

View file

@ -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: |