File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ go_install_any "yamlfmt -h" github.com/google/yamlfmt/cmd/yamlfmt v${YAMLFMT_VER
4747OS_TYPE=$( uname -s)
4848if [ " ${OS_TYPE} " = " Linux" ]; then
4949 /tmp/typos --version | grep ${TYPOS_VERSION} || wget -qO- https://github.com/crate-ci/typos/releases/download/v${TYPOS_VERSION} /typos-v${TYPOS_VERSION} -x86_64-unknown-linux-musl.tar.gz | tar -zxf - -C /tmp/ ./typos
50+ sudo snap install mdl
5051elif [ " ${OS_TYPE} " = " Darwin" ]; then
5152 /tmp/typos --version | grep ${TYPOS_VERSION} || wget -qO- https://github.com/crate-ci/typos/releases/download/v${TYPOS_VERSION} /typos-v${TYPOS_VERSION} -x86_64-apple-darwin.tar.gz | tar -zxf - -C /tmp/ ./typos
5253fi
You can’t perform that action at this time.
0 commit comments