Skip to content

Update build-vsix.yaml - try fix test assembly path #43

Update build-vsix.yaml - try fix test assembly path

Update build-vsix.yaml - try fix test assembly path #43

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