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.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml
index 18a3b5fc..1d9a5de6 100644
--- a/.github/workflows/translation-check.yaml
+++ b/.github/workflows/translation-check.yaml
@@ -1,7 +1,10 @@
on:
- [ push, pull_request ]:
- paths:
- - 'archinstall/locales/**'
+ push:
+ paths:
+ - 'archinstall/locales/**'
+ pull_request:
+ paths:
+ - 'archinstall/locales/**'
name: translation file checks
jobs:
translation-check:
@@ -11,7 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pacman --noconfirm -Syu python python-pip
- - run: python -m pip install --upgrade pip
+ - run: pip install --break-system-packages --upgrade pip
- run: cd archinstall/locales
- run: bash locales_generator.sh
- run: git diff --name-only
+ - run: ls