From 91a952aaa7344b0d09bcd3064b528dad13e809d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Wed, 15 May 2024 13:24:48 +0300 Subject: [PATCH] Use misspell from golangci client9 repo has been pretty much abandoned. --- .github/workflows/pr-checker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml index 8f1a1ee..276d91c 100644 --- a/.github/workflows/pr-checker.yml +++ b/.github/workflows/pr-checker.yml @@ -75,7 +75,8 @@ jobs: steps: - name: Run misspell (findings may not increase) run: | - curl -L -o ./install-misspell.sh https://git.io/misspell + export MISSPELL_VERSION=v0.5.1 + curl -sfL https://raw.githubusercontent.com/golangci/misspell/master/install-misspell.sh | sh -s -- -b ./bin 0.5.1${MISSPELL_VERSION} sh ./install-misspell.sh bin/misspell -i mosquitto