Skip to content

update original

update original #367

Workflow file for this run

name: Checks
on:
push:
branches:
- master
pull_request:
jobs:
spellchecking:
name: Spellchecking
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
submodules: recursive
fetch-depth: 200
- run: npm install yaspeller
- run: git show -m --name-only -1 --format="format:" | grep --color=never -i '.md' | xargs node_modules/.bin/yaspeller -c common-configs/.yaspellerrc
gitlocalize-bug-checking:
name: Checking Gitlocalize bugs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 200
- uses: rust-lang-ru/simpleinfra/gitocalize-bug-checker@master
- uses: funkill/bug-check-action@master
with:
original_dir: rust-cookbook/src
translation_dir: rust-cookbook-ru/src