Skip to content

don't build internal analyzer package on build #39

don't build internal analyzer package on build

don't build internal analyzer package on build #39

Workflow file for this run

name: Spellcheck Action
on:
push:
branches: [ main ]
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
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