feat: add i18n check as gh action

This commit is contained in:
Serhiy Mytrovtsiy
2021-04-20 22:41:28 +02:00
parent 327c543198
commit d8077097bb
3 changed files with 58 additions and 1 deletions

12
.github/workflows/check.yaml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Tests and checks
on: [push, pull_request]
jobs:
i18n:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python3 i18n.py