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
|
name: check and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: hello
|
||||||
- uses: actions/setup-go@v5
|
run: echo "hello world"
|
||||||
with:
|
|
||||||
go-version-file: 'go.mod'
|
|
||||||
- name: vet checks
|
|
||||||
run: go vet -v ./...
|
|
||||||
- name: build
|
|
||||||
run: go build -v ./...
|
|
||||||
|
|
Loading…
Reference in New Issue