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.
1 parent 975b36e commit 01f620fCopy full SHA for 01f620f
tools/check-typos.sh
@@ -4,7 +4,7 @@ set -o errexit
4
set -o nounset
5
set -o pipefail
6
7
-TYPOS_VERSION=v1.29.10
+TYPOS_VERSION=v1.30.0
8
9
if [[ $OSTYPE == darwin* ]] ; then
10
curl --disable --silent --show-error --location "https://github.com/crate-ci/typos/releases/download/${TYPOS_VERSION}/typos-${TYPOS_VERSION}-x86_64-apple-darwin.tar.gz" | tar xzf - ./typos
0 commit comments