Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 (#20) #6

Bump jinja2 from 3.1.2 to 3.1.3 (#20)

Bump jinja2 from 3.1.2 to 3.1.3 (#20) #6

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
env:
NODE_VERSION: '20'
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- run: make setup-npm
- run: make spellcheck