dynmap-neoforge/.github/workflows/spellcheck.yaml
Renovate Bot 0fab5df843
Some checks are pending
Checking for spelling errors / rojopolis/spellcheck (push) Waiting to run
Update rojopolis/spellcheck-github-actions action to v0.63.1
2026-07-31 06:34:54 +00:00

14 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.63.1