@@ -43,11 +43,11 @@ runs:
43
43
- name : install cargo-deny,cargo-spellcheck
44
44
uses : taiki-e/install-action@v2
45
45
with :
46
- tool : cargo-deny,cargo-spellcheck
46
+ tool : cargo-deny,cargo-spellcheck,typos
47
47
48
48
- uses : ./.github/actions/elapsed-time
49
49
with :
50
- statement : " install cargo-deny,cargo-spellcheck"
50
+ statement : " install cargo-deny,cargo-spellcheck,typos "
51
51
52
52
# ===============================================
53
53
@@ -56,12 +56,12 @@ runs:
56
56
#
57
57
# b) doesn’t cache binaries, but the related metadata will,
58
58
# so caused issues like “cargo binstall” detect binaries
59
- # are installed, but actually they don’t exist! These
60
- # binary installations should be put BEFORE this
59
+ # are installed, but actually they don’t exist! These
60
+ # binary installations should be put BEFORE this
61
61
# rust-cache action
62
62
#
63
63
# c) doesn’t remove user's bin files, the "Any files in
64
- # ~/.cargo/bin that were present before the action
64
+ # ~/.cargo/bin that were present before the action
65
65
# ran (for example rustc)." says the cache itself
66
66
67
67
- uses : Swatinem/rust-cache@v2
0 commit comments