Create spellcheck.yaml
This commit is contained in:
parent
4802e358d9
commit
e2c2c8b26e
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