From 29ab395d6b0cb293d87faaa18268733efd33761d Mon Sep 17 00:00:00 2001 From: voitau Date: Sun, 12 Apr 2020 15:55:45 -0700 Subject: [PATCH] Add job to check sync status --- .github/workflows/l10n-sync-ru.yml | 21 +++++++++++++++++++++ README-ru.md | 1 + 2 files changed, 22 insertions(+) create mode 100644 .github/workflows/l10n-sync-ru.yml diff --git a/.github/workflows/l10n-sync-ru.yml b/.github/workflows/l10n-sync-ru.yml new file mode 100644 index 00000000..e7e9bd0e --- /dev/null +++ b/.github/workflows/l10n-sync-ru.yml @@ -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 diff --git a/README-ru.md b/README-ru.md index 9430c985..b8549c1e 100644 --- a/README-ru.md +++ b/README-ru.md @@ -11,6 +11,7 @@ l10n:p --> # Пособие по проектированию систем +![l10n-sync-ru](https://github.com/voitau/system-design-primer/workflows/l10n-sync-ru/badge.svg) > ## Contributing: Russian translation > > **WARNING**: the document is currently being translated.