Skip to content

Commit

Permalink
Use misspell from golangci
Browse files Browse the repository at this point in the history
client9 repo has been pretty much abandoned.
  • Loading branch information
JanneKiiskila committed May 15, 2024
1 parent 7ddcfcd commit 91a952a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91a952a

Please sign in to comment.