Skip to content

Commit

Permalink
CI: Speed up install of typos-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Mar 31, 2024
1 parent fe41b72 commit 82a93c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
with:
toolchain: stable
- name: Install Rust tools
run: cargo install typos-cli
uses: taiki-e/install-action@v2
with:
tool: typos
- name: Build
run: make build
- name: Lint
Expand Down

0 comments on commit 82a93c5

Please sign in to comment.