diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 8d66a90..6ffe86c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,11 +8,5 @@ jobs: name: check and test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version-file: 'go.mod' - - name: vet checks - run: go vet -v ./... - - name: build - run: go build -v ./... + - name: hello + run: echo "hello world"