mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
12 lines
No EOL
189 B
YAML
12 lines
No EOL
189 B
YAML
name: Spellcheck Action
|
|
|
|
on: pull_request
|
|
|
|
jobs:
|
|
spellcheck:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: rojopolis/spellcheck-github-actions@0.36.0 |