mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-18 14:47:49 +01:00
Create spellcheck.yaml
This commit is contained in:
parent
82aad0474c
commit
1a9921e74d
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…
Reference in New Issue
Block a user