Skip to content

Commit

Permalink
ci: use official typos github action (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoothzj committed Jun 30, 2024
1 parent 8955e7b commit 7417a2a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci_typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ jobs:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v4
- run: curl -LsSf https://github.com/crate-ci/typos/releases/download/v1.14.8/typos-v1.14.8-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin

- name: do typos check with typos-cli
run: typos
- name: Check typos
uses: crate-ci/typos@v1.22.9

0 comments on commit 7417a2a

Please sign in to comment.