1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-01-11 17:41:15 +00:00
Sith/.github/actions/compile_messages/action.yml

8 lines
214 B
YAML
Raw Normal View History

2023-05-02 09:00:23 +00:00
name: "Compile messages"
description: "Compile the gettext translation messages"
runs:
using: composite
steps:
- name: Setup project
run: poetry run ./manage.py compilemessages
shell: bash