Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/translation-check.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/translation-check.yaml')
-rw-r--r--.github/workflows/translation-check.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml
new file mode 100644
index 00000000..18a3b5fc
--- /dev/null
+++ b/.github/workflows/translation-check.yaml
@@ -0,0 +1,17 @@
+on:
+ [ push, pull_request ]:
+ paths:
+ - 'archinstall/locales/**'
+name: translation file checks
+jobs:
+ translation-check:
+ runs-on: ubuntu-latest
+ container:
+ image: archlinux:latest
+ steps:
+ - uses: actions/checkout@v3
+ - run: pacman --noconfirm -Syu python python-pip
+ - run: python -m pip install --upgrade pip
+ - run: cd archinstall/locales
+ - run: bash locales_generator.sh
+ - run: git diff --name-only