Skip to content

feat: Add Iacker repositories #20

feat: Add Iacker repositories

feat: Add Iacker repositories #20

name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: "**/*.md"
config: "tools/cspell/cspell.json"