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 cb27e56 commit 7ad9143Copy full SHA for 7ad9143
.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
0 commit comments