Update to maintained version of misspell (#14157)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
parent
81a464274d
commit
1b3aa9da1d
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue