mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-12 13:34:47 +01:00
a87dcba762
I have recently released 0.20.0 of the spellcheck GitHub action, I can see that you are using 0.16.0, so an update could be useful to you. Let me know if you have any issues with the proposal and I will try to accommodate. I can recommend [Dependabot](https://github.com/dependabot) for keeping your GitHub actions up to date, if you want a PR proposing a basic configuration, please let me know.
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.20.0
|