Skip to content

Add information regarding student support #10

Add information regarding student support

Add information regarding student support #10

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/**/*"