Add .woodpecker.json
All checks were successful
ci/woodpecker/manual/woodpecker.json Pipeline was successful
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:
parent
de0235f15e
commit
5f11bdbca0
14
.woodpecker.json
Normal file
14
.woodpecker.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"steps": {
|
||||
"build": {
|
||||
"when": {
|
||||
"event": ["push", "pull_request"]
|
||||
},
|
||||
"image": "golang",
|
||||
"commands": [
|
||||
"go get",
|
||||
"go build"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user