friendica/.woodpecker/.messages.po_check.yml
Philipp Holzer 9ce2142d99
Adhere deprecation notes
- Use `when:`
- Remove `group: lint`
2024-03-15 23:59:08 +01:00

14 lines
230 B
YAML

steps:
build_xgettext:
image: friendicaci/transifex
commands:
- ./bin/run_xgettext.sh
check:
image: friendicaci/transifex
commands:
- /check-messages.sh
when:
- branch:
exclude: [ stable ]