Skip to content

On final fix

On final fix #240

Workflow file for this run

---
name: Check Spelling
on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Check Spelling
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true