Skip to content

update whitelist for codespell, skip codespell check for meeting-notes #6

update whitelist for codespell, skip codespell check for meeting-notes

update whitelist for codespell, skip codespell check for meeting-notes #6

Workflow file for this run

name: codespell
on: pull_request
jobs:
spellcheck:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies with pip
run: pip install --no-warn-script-location --user codespell
- name: Spellcheck
run: codespell --config codespell.cfg