From b6c899eb586f6d62460bb1e442e6396a085947a8 Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Mon, 16 Dec 2024 11:43:45 +0000 Subject: [PATCH] Update .github/workflows/.github-ci.yaml --- .github/workflows/.github-ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index b4d74f1..73bcf45 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -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: |