Add pull-request woodpecker

This commit is contained in:
Philipp Holzer 2024-10-27 19:39:24 +01:00
parent 56a110d78f
commit 4829a6836e
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View 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