Add job to check sync status

pull/502/head
voitau 2020-04-12 15:55:45 -07:00
parent 1804d6b060
commit 29ab395d6b
2 changed files with 22 additions and 0 deletions

21
.github/workflows/l10n-sync-ru.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: l10n-sync-ru
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
sync-status-ru:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download mdlm
run: curl -o- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.18/install.sh | bash
- name: Sync status - ru
run: |
$HOME/.mdlm/mdlm.sh diff ru

View File

@ -11,6 +11,7 @@ l10n:p -->
# Пособие по проектированию систем # Пособие по проектированию систем
<!-- l10n:ignore start --> <!-- l10n:ignore start -->
![l10n-sync-ru](https://github.com/voitau/system-design-primer/workflows/l10n-sync-ru/badge.svg)
> ## Contributing: Russian translation > ## Contributing: Russian translation
> >
> **WARNING**: the document is currently being translated. > **WARNING**: the document is currently being translated.