Merge pull request #44985 from jonathanhefner/client9-misspell-immutable-url

Use immutable URL for arbitrary code
This commit is contained in:
Jean Boussier 2022-05-09 10:01:41 +02:00 committed by GitHub
commit ac8fd700bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/c0b55c8239520f6b5aa15a0207ca8b28027ba49e/install-misspell.sh | sh -s -- -b .
- name: Misspell
run: git ls-files --empty-directory | xargs ./misspell -i 'aircrafts,devels,invertions' -error