summaryrefslogtreecommitdiff
path: root/.github/workflows/typos.yml
blob: f0579d151afcbf9a9c5bdb960549f0c79c110488 (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.29.4