Skip to content

Changes to README, latex package and pdf generation script #193

Changes to README, latex package and pdf generation script

Changes to README, latex package and pdf generation script #193

Workflow file for this run

---
name: Check Spelling
on:
push:
branches-ignore: [master, main]
pull_request:
branches: [master, main]
jobs:
spelling:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Check Spelling
uses: codespell-project/actions-codespell@master
with:
check_filenames: true