forked from organicmaps/organicmaps
[ci] strings.txt format check
Signed-off-by: Viacheslav Greshilov <slovaricheg@gmail.com>
This commit is contained in:
parent
1263dc01e7
commit
81097c2888
1 changed files with 22 additions and 0 deletions
22
.github/workflows/strings-check.yaml
vendored
Normal file
22
.github/workflows/strings-check.yaml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: strings.txt check
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'data/strings/strings.txt'
|
||||
|
||||
jobs:
|
||||
check-strings-txt:
|
||||
name: Check strings.txt format
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3'
|
||||
|
||||
- name: Check strings.txt
|
||||
shell: bash
|
||||
run: |
|
||||
./tools/python/clean_strings_txt.py -s
|
||||
git diff --quiet HEAD
|
Loading…
Add table
Reference in a new issue