Skip to content

Updated CI versions #239

Updated CI versions

Updated CI versions #239

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