Skip to content

Split main script into multiple scripts #71

Split main script into multiple scripts

Split main script into multiple scripts #71

Workflow file for this run

name: Spell check
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-22.04
name: Codespell Check
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true