Add .woodpecker.json
All checks were successful
ci/woodpecker/manual/woodpecker.json Pipeline was successful

Signed-off-by: Rebekah <oneechanhax@obama-hospital@oneechan.xyz>
This commit is contained in:
Rebekah 2024-06-19 07:39:18 -04:00
parent de0235f15e
commit 5f11bdbca0

14
.woodpecker.json Normal file
View File

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