summaryrefslogtreecommitdiffstats
path: root/.github/workflows/spell-check.yml
blob: bcdc93cf4c49ab7efb9f15d20238adfef0a44cc2 (plain)
1
2
3
4
5
6
7
8
9
10
name: Spell Check
on: [pull_request]

jobs:
  typos:
    name: Spell Check with Typos
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - uses: crate-ci/typos@v1.20.8