Skip to content

add spellchecking for Markdown to CI #39

add spellchecking for Markdown to CI

add spellchecking for Markdown to CI #39

Workflow file for this run

name: Check Spelling
on:
pull_request:
branches:
- '**'
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Spellcheck
uses: rojopolis/[email protected]