Skip to content

Commit

Permalink
Run typos on CI
Browse files Browse the repository at this point in the history
Typos[^1] is a source code spell checker with low false positive rate,
designed to be run on CI. I wouldn't lie, it does sound intriguing.
Let's try it and see how it goes.

[^1]: https://github.com/crate-ci/typos
  • Loading branch information
ikalnytskyi committed Nov 17, 2024
1 parent 7a0a683 commit df4553a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
branches: [master]

jobs:
typo:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Check spelling of file.txt
uses: crate-ci/typos@master

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit df4553a

Please sign in to comment.