Skip to content

Home Git actions

RWTH-MK edited this page Apr 9, 2024 · 1 revision

Git Actions

This project relies on Git Actions. These allow for "CI/CD" meaning "continous integration/continous deployment" so when something in this repository changes, they should automatically work through all the steps necessary to get the website and database up and running up to date. Following are explanations to the used Actions:

This programm is useful for the translations of the project. It shall do two things:

  • check if new translation files cover the same fields as existing ones
  • sort the entries of the i18n files alphabetically to make them easier to navigate: yq '. |= sort_by(keys | .[0])' -i i18n/de.yaml

As mentioned earlier this programm is crucial to offer different output formats of the database's content

Clone this wiki locally