Create spellcheck.yaml

This commit is contained in:
Adam Tunnic 2021-02-07 01:18:47 -05:00 committed by GitHub
parent 4802e358d9
commit e2c2c8b26e

14
.github/workflows/spellcheck.yaml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Checking for spelling errors
on:
push:
jobs:
spellcheck:
name: rojopolis/spellcheck
runs-on: ubuntu-20.04
steps:
- name: actions/checkout
uses: actions/checkout@v2
- name: rojopolis/spellcheck - acutally doing something
uses: rojopolis/spellcheck-github-actions@0.9.1