1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00
MadelineProto/.woodpecker/.cs.yml

42 lines
644 B
YAML
Raw Normal View History

2023-11-30 21:02:26 +01:00
matrix:
php:
- "8.1"
clone:
git:
when:
event:
- tag
- push
- pull_request
image: woodpeckerci/plugin-git:2.1.0
settings:
depth: 1
lfs: false
recursive: false
tags: true
steps:
cs:
group: test
image: danog/madelineproto:next
when:
event:
- pull_request
- tag
- push
commands:
- apk add bash
2024-04-15 22:03:06 +02:00
- tests/test.sh cs
psalm:
group: test
image: danog/madelineproto:next
when:
event:
- pull_request
- tag
- push
commands:
- apk add bash
- tests/test.sh psalm