Skip to content

Update to Node 20 Actions #37

Update to Node 20 Actions

Update to Node 20 Actions #37

Workflow file for this run

name: 'Check spelling'
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.{md,slice}