Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
svartkanin committed Sep 17, 2023
1 parent 98faa81 commit 199f35f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/translation-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ jobs:
- run: pacman --noconfirm -Syu python git
- run: |
cd ..
git clone https://github.com/archlinux/archinstall.git archinstall_master
ls -la
pwd
cp -r archinstall archinstall_orig
cd archinstall/archinstall/locales
pwd
ls -l
bash locales_generator.sh
cd ../../..
git diff --name-only --no-index archinstall_master archinstall
diff archinstall_orig archinstall

0 comments on commit 199f35f

Please sign in to comment.