mirror of
https://github.com/friendica/friendica
synced 2025-01-08 19:24:42 +00:00
18 lines
356 B
YAML
18 lines
356 B
YAML
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
when:
|
|
branch:
|
|
exclude: [ stable ]
|
|
event: [ pull_request, push ]
|
|
|
|
steps:
|
|
build_xgettext:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- ./bin/run_xgettext.sh
|
|
check:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- /check-messages.sh
|