We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cab1c commit 428626eCopy full SHA for 428626e
.github/workflows/ci.yml
@@ -95,17 +95,13 @@ jobs:
95
- run: cargo fmt --all --check
96
97
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')
102
name: TyposCheck
103
timeout-minutes: 5
104
runs-on: ubuntu-latest
105
steps:
106
- uses: actions/checkout@v4
107
- uses: crate-ci/[email protected]
108
with:
109
- config: ./typos.toml
+ config: ./Typos.toml
110
isolated: true
111
0 commit comments