Skip to content

Commit

Permalink
fix(CI): types check (#1693)
Browse files Browse the repository at this point in the history
* fix(CI): types check

* Typos
  • Loading branch information
rakita committed Aug 8, 2024
1 parent f3cab1c commit 428626e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,13 @@ jobs:
- run: cargo fmt --all --check

typos-check:
needs: [skip_check]
if: |
github.event.pull_request.draft == false &&
(github.event.action == 'ready_for_review' || needs.skip_check.outputs.should_skip != 'true')
name: TyposCheck
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
with:
config: ./typos.toml
config: ./Typos.toml
isolated: true

0 comments on commit 428626e

Please sign in to comment.