Skip to content

Commit

Permalink
ci: add typos job
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Nov 18, 2024
1 parent 8ace45d commit d9a4460
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
- run: rustup component add rustfmt
- run: cargo fmt -- --check

typos:
name: Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master

doc:
name: Doc
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9a4460

Please sign in to comment.