Skip to content

Commit

Permalink
ci: Don't run typos as part of formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Oct 17, 2024
1 parent 411f64b commit 6105e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/check_style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: "Checks code formatting use cargo fmt"
runs:
using: "composite"
steps:
- name: Check for Typos with Typos-CLI
uses: crate-ci/[email protected]
with:
config: ./typos.toml

- name: cargo fmt
shell: bash -euxo pipefail {0}
run: cargo fmt --all -- --check
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
- name: Run style checks
uses: ./.github/actions/check_style

- name: Check for typos
uses: crate-ci/[email protected]
with:
config: ./typos.toml

macos_tests:
timeout-minutes: 60
name: (macOS) Run Clippy and tests
Expand Down

0 comments on commit 6105e1b

Please sign in to comment.