2023-03-22 18:42:46 +00:00
|
|
|
name: Spell Check
|
|
|
|
on: [pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
typos:
|
|
|
|
name: Spell Check with Typos
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-09-04 18:09:06 +00:00
|
|
|
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
2023-10-15 13:36:19 +00:00
|
|
|
- uses: crate-ci/typos@v1.16.19
|