Actions: Spelling

pull/37/head
Andre Richter 5 years ago committed by Andre Richter
parent 9bebad4765
commit 7f74318f5d
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -0,0 +1,23 @@
name: Spelling
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Spelling
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Install misspell and check
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell
sh ./install-misspell.sh -b ~/bin
~/bin/misspell .
Loading…
Cancel
Save