Add pull-request woodpecker
This commit is contained in:
parent
56a110d78f
commit
4829a6836e
17
.woodpecker/pull-request.yml
Normal file
17
.woodpecker/pull-request.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...)
|
||||||
|
labels:
|
||||||
|
location: opensocial
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- &golang_image 'docker.io/golang:1.23'
|
||||||
|
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
|
||||||
|
steps:
|
||||||
|
lint:
|
||||||
|
depends_on:
|
||||||
|
- vendor
|
||||||
|
image: *golang_image
|
||||||
|
commands:
|
||||||
|
- make lint
|
Loading…
Reference in a new issue