This commit is contained in:
parent
4ceb2023db
commit
1fc12339ba
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: "golang:1.21.5-alpine"
|
||||||
|
commands:
|
||||||
|
- go build main.go
|
||||||
|
lint:
|
||||||
|
image: "golang:1.21.5-alpine"
|
||||||
|
commands:
|
||||||
|
- go fmt ./main.go
|
||||||
|
- go vet ./main.go
|
Loading…
Reference in New Issue
Block a user