name: ๐Ÿ’Ž Spellchecker on: [pull_request] jobs: misspell: name: ๐Ÿงน Check Spelling runs-on: ubuntu-latest steps: - name: ๐Ÿ’ Check Out uses: actions/checkout@v2 - name: ๐Ÿ… Install run: | wget -O - -q https://git.io/misspell | sh -s -- -b . - name: ๐ŸŒถ๏ธ Misspell run: | git ls-files --empty-directory | xargs ./misspell -error