You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
392 B
YAML

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 .