forked from ebhomengo/niki
Update .gitea/workflows/demo.yaml
checks / check and test (push) Has been cancelled
Details
checks / check and test (push) Has been cancelled
Details
This commit is contained in:
parent
8968eea907
commit
89b23d1999
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue