Skip to content

Commit 9503b95

Browse files
committed
codespell: ignore changelog
I don't know how to exclude certain lines
1 parent 7f08f0e commit 9503b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v7
2929

3030
- name: Find typos with codespell
31-
run: uvx codespell --ignore-words-list=seh
31+
run: uvx codespell --ignore-words-list=seh --exclude-file=web/changelog.md
3232

3333
- run: uv run zensical build
3434

0 commit comments

Comments
 (0)