Skip to content

Bump Gr1N/setup-poetry from 8 to 9 (#179) #307

Bump Gr1N/setup-poetry from 8 to 9 (#179)

Bump Gr1N/setup-poetry from 8 to 9 (#179) #307

Workflow file for this run

name: Spell Check
# There is an official action published by cSpell.
# v1.1.1 was tested but did not function as desired so we are using the CLI.
on: push
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: make spellcheck