0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-10-18 07:00:41 +00:00
wp-ansible/.woodpecker/test.yml

18 lines
298 B
YAML
Raw Normal View History

2023-12-19 08:19:23 +00:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
2023-12-22 09:10:39 +00:00
- name: lint
image: docker.io/library/golang:1.23
2023-12-19 08:19:23 +00:00
commands:
- make lint
2023-12-22 09:10:39 +00:00
- name: test
image: docker.io/library/golang:1.23
2023-12-19 08:19:23 +00:00
commands:
- make test