Skip to content

Commit

Permalink
Update misspell link (#7612)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 19, 2023
1 parent 2e59963 commit df93f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-misspell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:

- name: Install misspell
run: |
curl -L -o install-misspell.sh https://git.io/misspell
curl -L -o install-misspell.sh \
https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh
sh ./install-misspell.sh
- name: Run misspell
Expand Down

0 comments on commit df93f3b

Please sign in to comment.