Skip to content

chore: s/ubuntu-latest/ubuntu-22.04/ #99

chore: s/ubuntu-latest/ubuntu-22.04/

chore: s/ubuntu-latest/ubuntu-22.04/ #99

Workflow file for this run

name: Check spelling
on:
pull_request: null
jobs:
spellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
incremental_files_only: true
strict: false