Skip to content

Placeholder page for ISS 2025 #8

Placeholder page for ISS 2025

Placeholder page for ISS 2025 #8

Workflow file for this run

name: Spell Checking
on: [pull_request]
jobs:
codespell:
name: Check spelling of all files with codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
ignore_words_file: .github/workflows/codespell.txt
skip: "./git/*, ./git/**/*"