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 aac52a8 commit 98faa81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translation-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
paths:
- 'archinstall/locales/**'
name: translation file checks
name: Translation files generated from latest master
jobs:
translation-check:
runs-on: ubuntu-latest
Expand All @@ -24,4 +24,4 @@ jobs:
ls -l
bash locales_generator.sh
cd ../../..
git diff --no-index archinstall_master archinstall
git diff --name-only --no-index archinstall_master archinstall

0 comments on commit 98faa81

Please sign in to comment.