mirror of
https://github.com/R2Northstar/NorthstarMods
synced 2026-08-25 12:29:17 -04:00
Run encoding check on Northstar.Custom (#956)
This commit is contained in:
parent
7d9a3e983f
commit
932a754a99
5 changed files with 5 additions and 1 deletions
6
.github/workflows/encoding.yml
vendored
6
.github/workflows/encoding.yml
vendored
|
|
@ -7,10 +7,14 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Check localization files encoding
|
||||
- name: Check Northstar.Client localization files encoding
|
||||
run: |
|
||||
files=$(ls Northstar.Client/mod/resource/northstar_client_localisation_*.txt)
|
||||
IFS=$'\n'; files=($files); unset IFS; ! file --mime "${files[@]}" | grep -v "charset=utf-16le"
|
||||
- name: Check Northstar.Custom localization files encoding
|
||||
run: |
|
||||
files=$(ls Northstar.Custom/mod/resource/northstar_custom_*.txt)
|
||||
IFS=$'\n'; files=($files); unset IFS; ! file --mime "${files[@]}" | grep -v "charset=utf-16le"
|
||||
check-missing-translations:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue