-
-
Notifications
You must be signed in to change notification settings - Fork 435
32 lines (27 loc) · 747 Bytes
/
codespell.yaml
File metadata and controls
32 lines (27 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Codespell configuration is within pyproject.toml
---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: codespell-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- name: Codespell
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
with:
exclude_file: CODE_OF_CONDUCT.md
skip: ./docs/cli-reference,./docs/llms.txt,./docs/llms-full.txt