Skip to content

Fix Python workflow #144

Fix Python workflow

Fix Python workflow #144

Workflow file for this run

name: Spell Check
on: [push]
jobs:
spellcheck:
name: Spell Check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: true
use_cspell_files: true