Skip to content

Use typos for spellchecking #2

Use typos for spellchecking

Use typos for spellchecking #2

Workflow file for this run

name: Check spelling
on:
pull_request:
push:
branches: [ master ]
merge_group:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master