Skip to content

Fix/typo corrections #2

Fix/typo corrections

Fix/typo corrections #2

Workflow file for this run

name: Typo Check
on:
push:
paths:
- '**/*.md'
- 'data/common_typos.json'
- 'scripts/ci_spellcheck.py'
pull_request:
paths:
- '**/*.md'
- 'data/common_typos.json'
- 'scripts/ci_spellcheck.py'
workflow_dispatch:
# Security: Minimal permissions
permissions:
contents: read
jobs:
typocheck:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Check for common typos
run: python scripts/ci_spellcheck.py