-
-
Notifications
You must be signed in to change notification settings - Fork 449
32 lines (27 loc) · 753 Bytes
/
Copy pathcodespell.yaml
File metadata and controls
32 lines (27 loc) · 753 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Codespell
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
exclude_file: CODE_OF_CONDUCT.md
skip: ./docs/cli-reference,./docs/llms.txt,./docs/llms-full.txt