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.
2 parents 5f6b716 + 252fadc commit 73b9c68Copy full SHA for 73b9c68
.github/workflows/spell_checking.yml
@@ -28,6 +28,6 @@ jobs:
28
steps:
29
- uses: actions/checkout@v3
30
- name: Install
31
- run: wget -O - -q https://git.io/misspell | sh -s -- -b .
+ run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
32
- name: Misspell
33
run: ./misspell -error
0 commit comments