Adjust config
This commit is contained in:
parent
6ea23d0704
commit
58333b96dd
3 changed files with 2 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
- name: Check spelling
|
||||
run: |
|
||||
if ! command -v typos > /dev/null; then
|
||||
if ! which typos > /dev/null; then
|
||||
cargo install typos-cli
|
||||
fi
|
||||
typos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue