Skip to content

WS-6312 Added Spellcheck to Documentation #1

WS-6312 Added Spellcheck to Documentation

WS-6312 Added Spellcheck to Documentation #1

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@v0.35.0
with:
config_path: .github/workflows/spellcheck.yml
source_files: '**/*.md'
task_name: Markdown
output_file: spellcheck-output.txt
- name: Upload spellcheck results
uses: actions/upload-artifact@v3
with:
name: Spellcheck Results
path: spellcheck-output.txt