Skip to content

Add codespell hook to catch typos and spelling mistakes. #99

Add codespell hook to catch typos and spelling mistakes.

Add codespell hook to catch typos and spelling mistakes. #99

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
- uses: pre-commit/[email protected]