Files
react-native-firebase/.github/workflows/docs.yml
Mike Diarmid e2c2d64d22 feat: independently version packages (#3513)
* feat: remove core version lock

* chore: v6.4.1

* chore: v6.4.1

* chore: configure lerna for independent versions

* chore: configure lerna for independent versions

* chore: only check docs folder

skipping elsewhere due to generated files such as changelogs
2020-04-22 15:48:13 +01:00

20 lines
544 B
YAML

name: Documentation
on:
pull_request:
branches:
- '**'
jobs:
spelling:
name: 'Spelling & Grammar'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: |
sudo npm install --global spellchecker-cli
- name: Spell check
run: |
spellchecker --quiet --files="docs/**/*.md" --dictionaries="./.spellcheck.dict.txt" --reports="spelling.json" --plugins spell indefinite-article repeated-words syntax-mentions syntax-urls frontmatter