We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f08f0e commit 9503b95Copy full SHA for 9503b95
1 file changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: astral-sh/setup-uv@v7
29
30
- name: Find typos with codespell
31
- run: uvx codespell --ignore-words-list=seh
+ run: uvx codespell --ignore-words-list=seh --exclude-file=web/changelog.md
32
33
- run: uv run zensical build
34
0 commit comments