Skip to content

v1.0.0-rc.1

v1.0.0-rc.1 #31

Workflow file for this run

name: "spellcheck"
on:
push:
branches:
- main
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: matheus23/md-spellcheck-action@v4.2.2
with:
files-to-check: "README.md"
files-to-exclude: "LICENSE.md" # optional
words-to-ignore-file: ".github/workflows/words-to-ignore.txt"