From 428626e1169fead709ac29e019f928ea223e66e7 Mon Sep 17 00:00:00 2001 From: rakita Date: Thu, 8 Aug 2024 21:19:52 +0200 Subject: [PATCH] fix(CI): types check (#1693) * fix(CI): types check * Typos --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fcaa8fa48..edc5c1642e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,10 +95,6 @@ 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 @@ -106,6 +102,6 @@ jobs: - uses: actions/checkout@v4 - uses: crate-ci/typos@v1.22.7 with: - config: ./typos.toml + config: ./Typos.toml isolated: true