Add locale validation workflow

This commit is contained in:
Johannes Meyer 2020-04-29 15:38:05 +02:00
parent 426fcaf7aa
commit b9b4280a9f
1 changed files with 24 additions and 0 deletions

24
.github/workflows/validate-locales.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Locale Validation
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
validate:
name: Locale Validation
runs-on: ubuntu-latest
steps:
- name: Checkout code base
uses: actions/checkout@v2
- name: Setup dependencies
run: sudo apt-get -y install gettext
- name: Validate locale files
run: cd ./locale/ && ../bin/validate