Skip to content

Commit

Permalink
workflows/main: remove spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Nov 29, 2024
1 parent c402e8c commit b152577
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: pip install -U ruff==0.6.8 black~=24.8 typos~=1.28
- run: pip install -U ruff==0.6.8 black~=24.8
- uses: dtolnay/[email protected]
with:
components: rustfmt, clippy
Expand All @@ -42,8 +42,6 @@ jobs:
run: ruff check rustworkx retworkx setup.py tests
- name: Check stray release notes
run: python tools/find_stray_release_notes.py
- name: Spell check
run: typos --exclude releasenotes/ && typos --no-check-filenames releasenotes/
- name: rustworkx-core Rust Tests
run: pushd rustworkx-core && cargo test && popd
- name: rustworkx-core Docs
Expand Down

0 comments on commit b152577

Please sign in to comment.