Skip to content

Commit 5c8ab85

Browse files
committed
fixup! fix various typos
1 parent 0082357 commit 5c8ab85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
with:
4141
config: .github/workflows/typos.toml
4242
- name: Fix Helper
43+
# if: ${{ failure() }}
4344
run: |
4445
echo "::notice:: you can automatically fix typos from your CLI:
45-
cargo install typos-cli"
46+
cargo install typos-cli
4647
typos -c .github/workflows/typos.toml -w"
4748
4849
changes:

0 commit comments

Comments
 (0)