Skip to content

Integrate spell checker into GitHub workflows #4

Integrate spell checker into GitHub workflows

Integrate spell checker into GitHub workflows #4

Workflow file for this run

# Spell checker
name: Typos Action
permissions:
contents: read
on:
pull_request:
branches: [master]
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@v1.30.2