Skip to content

Align formats with Patchwork #9

Align formats with Patchwork

Align formats with Patchwork #9

Workflow file for this run

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