Skip to content

Merge branch 'master' of https://github.com/racollette/Elastos.Docs #31

Merge branch 'master' of https://github.com/racollette/Elastos.Docs

Merge branch 'master' of https://github.com/racollette/Elastos.Docs #31

Workflow file for this run

name: spellchecker
on: push
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v1
- name: misspell
id: check_for_typos
uses: reviewdog/action-misspell@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "./docs"
locale: "US"