summaryrefslogtreecommitdiffstats
path: root/.github/workflows/typos.yml
blob: 7eee27b40fd0bc5b3245e023075bc78e48afa012 (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@v3
    - uses: crate-ci/typos@v1.17.2