We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126223 commit b231d0bCopy full SHA for b231d0b
.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