Update .gitea/workflows/demo.yaml
checks / check and test (push) Has been cancelled Details

This commit is contained in:
Erfan Mohammadi 2024-07-13 16:10:03 +00:00
parent 8968eea907
commit 89b23d1999
1 changed files with 2 additions and 8 deletions

View File

@ -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"