Skip to content

Forgor to upload

Forgor to upload #61

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
check-loc-encoding:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check 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"