Skip to content

Feature/code documentation #78

Feature/code documentation

Feature/code documentation #78

Workflow file for this run

name: Codespell checkup
on:
push:
branches: [ develop ]
pull_request:
branches: [ master, develop ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run CodeSpell
uses: codespell-project/[email protected]
with:
check_filenames: true
skip: package-lock.json,*.pdf