This commit is contained in:
Late Night Defender 2024-05-13 14:56:32 +07:00
parent 3eca4b2baa
commit 97a414d673

8
.woodpecker Normal file
View file

@ -0,0 +1,8 @@
steps:
build:
when:
event: [push, pull_request]
image: golang
commands:
- go get
- go build