Skip to content

WS-6312 Added Spellcheck to Documentation #8

WS-6312 Added Spellcheck to Documentation

WS-6312 Added Spellcheck to Documentation #8

name: Documentation Spellcheck
on: [push]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Spellcheck
uses: rojopolis/spellcheck-github-actions@0.40.0
with:
config_path: spellcheck.yml
source_files: "docs/Selectors.md"
task_name: Markdown
- name: Upload spellcheck results
uses: actions/upload-artifact@v3
with:
name: Spellcheck Results
path: spellcheck-output.txt