Skip to content

Commit 2a9c996

Browse files
committed
Check for misspellings in CI
1 parent 3fd9762 commit 2a9c996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull_request.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
cache: npm
3030
- run: npm ci
3131
- run: npm test
32+
spelling:
33+
runs-on: ubuntu-latest
34+
steps:
35+
- uses: actions/checkout@v4
36+
- uses: crate-ci/typos@master
3237

3338
env:
3439
FORCE_COLOR: 3

0 commit comments

Comments
 (0)