0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 11:32:45 +02:00
wp-docker-buildx/.woodpecker/test.yml

18 lines
284 B
YAML
Raw Normal View History

2023-08-13 23:08:39 +02:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
lint:
image: docker.io/library/golang:1.21
2023-08-13 23:08:39 +02:00
commands:
- make lint
test:
image: docker.io/library/golang:1.21
2023-08-13 23:08:39 +02:00
commands:
- make test