We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
crate-ci/typos
1.44.0
1 parent 8328ceb commit b5087cfCopy full SHA for b5087cf
.github/workflows/autofix.yaml
@@ -256,8 +256,8 @@ jobs:
256
- name: Install typos
257
run: |
258
curl -fsSL --output /tmp/typos.tar.gz \
259
- "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-unknown-linux-musl.tar.gz"
260
- echo "7bb0734a80c68a2ef1d4d0e64c46d498a50fbdb0d5efddac44e9804a687fef03 /tmp/typos.tar.gz" | sha256sum --check
+ "https://github.com/crate-ci/typos/releases/download/v1.44.0/typos-v1.44.0-x86_64-unknown-linux-musl.tar.gz"
+ echo "1b788b7d764e2f20fe089487428a3944ed218d1fb6fcd8eac4230b5893a38779 /tmp/typos.tar.gz" | sha256sum --check
261
tar xzf /tmp/typos.tar.gz -C /usr/local/bin ./typos
262
- name: Fix typos
263
run: typos --write-changes
0 commit comments