mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-09-17 01:20:38 +03:00
Add job to check sync status
This commit is contained in:
21
.github/workflows/l10n-sync-ru.yml
vendored
Normal file
21
.github/workflows/l10n-sync-ru.yml
vendored
Normal 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
|
@@ -11,6 +11,7 @@ l10n:p -->
|
|||||||
# Пособие по проектированию систем
|
# Пособие по проектированию систем
|
||||||
|
|
||||||
<!-- l10n:ignore start -->
|
<!-- l10n:ignore start -->
|
||||||
|

|
||||||
> ## Contributing: Russian translation
|
> ## Contributing: Russian translation
|
||||||
>
|
>
|
||||||
> **WARNING**: the document is currently being translated.
|
> **WARNING**: the document is currently being translated.
|
||||||
|
Reference in New Issue
Block a user