Create spellcheck.yaml
This commit is contained in:
parent
82aad0474c
commit
1a9921e74d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/spellcheck.yaml
vendored
Normal file
14
.github/workflows/spellcheck.yaml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue