Skip to content

Commit 73b9c68

Browse files
authored
Merge pull request #315 from ydah/update-url
Update links that make use of deprecated git.io
2 parents 5f6b716 + 252fadc commit 73b9c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell_checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Install
31-
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
31+
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
3232
- name: Misspell
3333
run: ./misspell -error

0 commit comments

Comments
 (0)