From f23134ecc687e184e576a7f4f72c82e437468033 Mon Sep 17 00:00:00 2001 From: Martin Cholewa Date: Mon, 20 Jan 2025 15:31:54 +0100 Subject: [PATCH] Update .gitea/workflows/gitea-ci.yaml --- .gitea/workflows/gitea-ci.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 1d442e3..22cb992 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -3,16 +3,8 @@ run-name: Go Checks on: [push] jobs: - checks: - name: checks - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version-file: 'go.mod' - check-latest: true - cache: true - - name: Install govulncheck \ No newline at end of file + steps: + stage: echo + script: + - echo "Hello! chosesoft.eu" \ No newline at end of file