0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-20 01:22:45 +02:00
wp-gitea-release/.woodpecker/test.yml

21 lines
352 B
YAML
Raw Normal View History

2024-01-04 23:26:33 +01:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2024-02-05 08:58:33 +01:00
- event: [push]
branch:
2024-02-07 09:10:15 +01:00
- renovate/auto/*
2024-01-04 23:26:33 +01:00
steps:
- name: lint
image: docker.io/library/golang:1.21
commands:
- make lint
- name: test
image: docker.io/library/golang:1.21
commands:
- make test