yew/.github/workflows/doctests.yml
Teymour Aldridge 3fe6121c3c
Ci for documentation (#1393)
* Add contributing guidelines.

* Add spellchecking.

* Update dictionary.

* Update dictionary.

* Update dictionary.
2020-07-10 11:18:21 +08:00

17 lines
282 B
YAML

name: Documentation tests
on:
push:
paths:
- "docs/**/*"
pull_request:
paths:
- "docs/**/*"
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check spelling
run: bash ci/spellcheck.sh list