0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-10 03:30:40 +00:00
wp-docker-buildx/.woodpecker/test.yml

21 lines
347 B
YAML
Raw Normal View History

2023-08-13 21:08:39 +00:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2024-02-05 07:58:25 +00:00
- event: [push]
branch:
- renovate/*
2023-08-13 21:08:39 +00:00
steps:
- name: lint
image: docker.io/library/golang:1.21
2023-08-13 21:08:39 +00:00
commands:
- make lint
- name: test
image: docker.io/library/golang:1.21
2023-08-13 21:08:39 +00:00
commands:
- make test