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 632b0f3 commit 42f55caCopy full SHA for 42f55ca
.github/workflows/autofix.yaml
@@ -253,8 +253,8 @@ jobs:
253
- name: Install typos
254
run: |
255
curl -fsSL --output /tmp/typos.tar.gz \
256
- "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-unknown-linux-musl.tar.gz"
257
- 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
258
tar xzf /tmp/typos.tar.gz -C /usr/local/bin ./typos
259
- name: Fix typos
260
run: typos --write-changes
0 commit comments