Skip to content

Update markdownlint.yml - fix yaml formatting #24

Update markdownlint.yml - fix yaml formatting

Update markdownlint.yml - fix yaml formatting #24

Workflow file for this run

name: Spellcheck Action
on: push
branches: [ main ]

Check failure on line 3 in .github/workflows/spellchecking.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spellchecking.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
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/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