Skip to content

fix: dependabot labels #33

fix: dependabot labels

fix: dependabot labels #33

Workflow file for this run

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