We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996ebe9 commit 81b3fbbCopy full SHA for 81b3fbb
.github/workflows/tests.yml
@@ -26,13 +26,3 @@ jobs:
26
- uses: dtolnay/rust-toolchain@stable
27
- run: cargo fmt --all -- --check
28
- 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