Skip to content

Commit

Permalink
chore: fix the lint in CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
duguorong009 committed Feb 28, 2024
1 parent 15ea1c6 commit fcabc39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ jobs:
command: clippy
args: --verbose --release --tests --all-features

typos:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use typos with config file
uses: crate-ci/typos@master
with:
config: .config/typos.toml
- uses: actions/checkout@v4
- name: Use typos with config file
uses: crate-ci/typos@master
with:
config: .config/typos.toml

bench:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit fcabc39

Please sign in to comment.