Browse Source

Woodpecker testing file

main
therealchfkch 4 years ago
parent
commit
fd513ff5e5
  1. 8
      .woodpecker/default.yml

8
.woodpecker/default.yml

@ -0,0 +1,8 @@
pipeline:
build:
image: golang
commands:
- go build
- go test
branches: main
Loading…
Cancel
Save