Skip to content

Commit

Permalink
Merge pull request #44985 from jonathanhefner/client9-misspell-immuta…
Browse files Browse the repository at this point in the history
…ble-url

Use immutable URL for arbitrary code
  • Loading branch information
byroot committed May 9, 2022
2 parents dd0b302 + 4e2df67 commit ac8fd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -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

0 comments on commit ac8fd70

Please sign in to comment.