We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6409264 commit 24e3a46Copy full SHA for 24e3a46
.github/workflows/reusable-misspell-check.yml
@@ -14,9 +14,7 @@ jobs:
14
15
- name: Install misspell
16
run: |
17
- curl -L -o install-misspell.sh \
18
- https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh
19
- sh ./install-misspell.sh
+ curl -sfL https://raw.githubusercontent.com/golangci/misspell/master/install-misspell.sh | sh -s -- -b bin
20
21
- name: Run misspell
22
run: bin/misspell -error .
0 commit comments