Skip to content

Added 17.0.1 to matrix #351

Added 17.0.1 to matrix

Added 17.0.1 to matrix #351

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