[PR #349] [CLOSED] ci: add codespell support (config, workflow to detect/not fix) and make it fix few typos #432

Closed
opened 2026-02-15 17:16:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/349
Author: @yarikoptic
Created: 1/3/2025
Status: Closed

Base: mainHead: enh-codespell


📝 Commits (4)

  • e9f72c4 Add github action to codespell main on push and PRs
  • 64ef9b8 Add rudimentary codespell config
  • 9393949 [DATALAD RUNCMD] Do interactive fixing of some ambigous typos
  • eb4c2cf [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically

📊 Changes

10 files changed (+46 additions, -15 deletions)

View changed files

.codespellrc (+6 -0)
.github/workflows/codespell.yml (+25 -0)
📝 docs/features/plugin/functions/tab-shared/Common.md (+3 -3)
📝 docs/features/plugin/tools/index.mdx (+4 -4)
📝 docs/features/workspace/knowledge.md (+1 -1)
📝 docs/getting-started/quick-start/tab-docker/DockerSwarm.md (+1 -1)
📝 docs/getting-started/updating.mdx (+1 -1)
📝 docs/tutorials/integrations/apache.md (+1 -1)
📝 docs/tutorials/integrations/continue-dev.md (+3 -3)
📝 src/components/TopBanners.tsx (+1 -1)

📄 Description

More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

Complement to


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/349 **Author:** [@yarikoptic](https://github.com/yarikoptic) **Created:** 1/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `enh-codespell` --- ### 📝 Commits (4) - [`e9f72c4`](https://github.com/open-webui/docs/commit/e9f72c48af5de8e7f250b2d6800b89fdf97e5909) Add github action to codespell main on push and PRs - [`64ef9b8`](https://github.com/open-webui/docs/commit/64ef9b8f8f2f7689eb15b765ac4847fbb6a7b59d) Add rudimentary codespell config - [`9393949`](https://github.com/open-webui/docs/commit/9393949147f7fd47f96e96e86c202d6862a2e0b6) [DATALAD RUNCMD] Do interactive fixing of some ambigous typos - [`eb4c2cf`](https://github.com/open-webui/docs/commit/eb4c2cf431f2fbe42c69ec344b079ec40cacd189) [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically ### 📊 Changes **10 files changed** (+46 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `.codespellrc` (+6 -0) ➕ `.github/workflows/codespell.yml` (+25 -0) 📝 `docs/features/plugin/functions/tab-shared/Common.md` (+3 -3) 📝 `docs/features/plugin/tools/index.mdx` (+4 -4) 📝 `docs/features/workspace/knowledge.md` (+1 -1) 📝 `docs/getting-started/quick-start/tab-docker/DockerSwarm.md` (+1 -1) 📝 `docs/getting-started/updating.mdx` (+1 -1) 📝 `docs/tutorials/integrations/apache.md` (+1 -1) 📝 `docs/tutorials/integrations/continue-dev.md` (+3 -3) 📝 `src/components/TopBanners.tsx` (+1 -1) </details> ### 📄 Description More about codespell: https://github.com/codespell-project/codespell . I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback. CI workflow has 'permissions' set only to 'read' so also should be safe. Complement to - https://github.com/open-webui/open-webui/pull/8308 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:58 -05:00
yindo closed this issue 2026-02-15 17:16:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#432