Update to maintained version of misspell (#14157)

Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
Trask Stalnaker 2025-06-30 03:35:16 -07:00 committed by GitHub
parent 81a464274d
commit 1b3aa9da1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@ jobs:
- name: Install misspell
run: |
curl -L -o install-misspell.sh \
https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh
sh ./install-misspell.sh
curl -sfL https://raw.githubusercontent.com/golangci/misspell/master/install-misspell.sh | sh -s -- -b bin
- name: Run misspell
run: |