Skip to content

Attempt to get both failed status and artefact #349

Attempt to get both failed status and artefact

Attempt to get both failed status and artefact #349

Workflow file for this run

name: Spellcheck Action
on: push
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Spellcheck
id: spellcheck
uses: rojopolis/[email protected]
with:
output_file: spellcheck-output.txt
- uses: actions/upload-artifact@v3
if: '!cancelled()'
with:
name: Spellcheck Output
path: spellcheck-output.txt