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