Update .gitea/workflows/gitea-ci.yaml
Some checks failed
Go Checks / steps (push) Failing after 0s

This commit is contained in:
Martin Cholewa 2025-01-20 15:31:54 +01:00
parent 7ac8469186
commit f23134ecc6

View File

@ -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
steps:
stage: echo
script:
- echo "Hello! chosesoft.eu"