Skip to content

Merge pull request #142 from bandframework/patch-publish-action #119

Merge pull request #142 from bandframework/patch-publish-action

Merge pull request #142 from bandframework/patch-publish-action #119

name: Spellcheck Action
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.41.0
name: Spellcheck
with:
config_path: .github/config/.spellcheck.yml
# source_files: surmisebandsdk.md
# task_name: Markdown
output_file: spellcheck-output.txt
#- uses: actions/upload-artifact@v3
# with:
# name: Spellcheck Output
# path: spellcheck-output.txt