Skip to content

Commit 81b3fbb

Browse files
committed
Disable spell checks
1 parent 996ebe9 commit 81b3fbb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,3 @@ jobs:
2626
- uses: dtolnay/rust-toolchain@stable
2727
- run: cargo fmt --all -- --check
2828
- run: cargo clippy -- -D warnings
29-
spelling:
30-
name: Spell Check with Typos
31-
runs-on: ubuntu-latest
32-
steps:
33-
- name: Checkout Actions Repository
34-
uses: actions/checkout@v4
35-
- name: Spell Check Repo
36-
uses: crate-ci/typos@v1.40.0
37-
with:
38-
files: ./crates/hexora/src

0 commit comments

Comments
 (0)