Skip to content

Bumped version of Spellcheck action #348

Bumped version of Spellcheck action

Bumped version of Spellcheck action #348

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]
continue-on-error: true
with:
output_file: spellcheck-output.txt
- uses: actions/upload-artifact@v3
with:
name: Spellcheck Output
path: spellcheck-output.txt