Skip to content

Commit 428626e

Browse files
authored
fix(CI): types check (bluealloy#1693)
* fix(CI): types check * Typos
1 parent f3cab1c commit 428626e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,13 @@ jobs:
9595
- run: cargo fmt --all --check
9696

9797
typos-check:
98-
needs: [skip_check]
99-
if: |
100-
github.event.pull_request.draft == false &&
101-
(github.event.action == 'ready_for_review' || needs.skip_check.outputs.should_skip != 'true')
10298
name: TyposCheck
10399
timeout-minutes: 5
104100
runs-on: ubuntu-latest
105101
steps:
106102
- uses: actions/checkout@v4
107103
- uses: crate-ci/[email protected]
108104
with:
109-
config: ./typos.toml
105+
config: ./Typos.toml
110106
isolated: true
111107

0 commit comments

Comments
 (0)