Skip to content

Bump actions/checkout from 3 to 4 #110

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #110

Workflow file for this run

name: Spellcheck
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v3
with:
incremental_files_only: true