Create spellcheck.yaml

This commit is contained in:
Adam Tunnic 2021-02-07 01:18:47 -05:00 committed by GitHub
parent 82aad0474c
commit 1a9921e74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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