Skip to content

Update custom-analysis.md - fix typo #7

Update custom-analysis.md - fix typo

Update custom-analysis.md - fix typo #7

Workflow file for this run

name: Spellcheck Action
on: push
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.46.0
name: Spellcheck
with:
config_path: config/.spellcheck.yml
task_name: Markdown
output_file: spellcheck-output.txt
- uses: actions/upload-artifact@v4
if: '!cancelled()' # Do not upload artifact if job was cancelled
with:
name: Spellcheck Output
path: spellcheck-output.txt