Skip to content

Commit c7026aa

Browse files
committed
ci: Run spell-checker
1 parent 90a88e9 commit c7026aa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ jobs:
2020
python-version: '3.12'
2121
- run: python -m pip install reuse
2222
- run: python -m reuse lint
23+
typos:
24+
runs-on: ubuntu-latest
25+
strategy:
26+
fail-fast: false
27+
steps:
28+
- uses: actions/checkout@v4
29+
- uses: crate-ci/typos@v1

0 commit comments

Comments
 (0)