.github/workflows/spell_checking.yml in rubocop-minitest-0.19.1 vs .github/workflows/spell_checking.yml in rubocop-minitest-0.20.0
- old
+ new
@@ -26,8 +26,8 @@
name: Check spelling of all files in commit with misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
- 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 .
- name: Misspell
run: git ls-files --empty-directory | xargs ./misspell -error