Skip to content

Add typo check

Add typo check #8

Workflow file for this run

name: Typos GitHub Action
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/[email protected]
with:
files: ./
config: ./_typos.toml
- name: Writes changes in the local checkout
uses: crate-ci/[email protected]
with:
write_changes: true