Skip to content

Commit

Permalink
Add spell check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaarifaMaarifa committed Nov 22, 2023
1 parent 3264690 commit 32a5ada
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ jobs:
with:
command: clippy

spell-check:
name: Run spell check
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4

- uses: crate-ci/typos

- name: checking for typos
run: typos

# test:
# name: Run tests
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 32a5ada

Please sign in to comment.