mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-13 22:05:12 +01:00
15 lines
313 B
YAML
15 lines
313 B
YAML
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 - actually doing something
|
|
uses: rojopolis/spellcheck-github-actions@0.16.0
|