mirror of
https://github.com/open-webui/docs.git
synced 2026-08-24 06:23:58 -04:00
[PR #349] [CLOSED] ci: add codespell support (config, workflow to detect/not fix) and make it fix few typos #432
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/349
Author: @yarikoptic
Created: 1/3/2025
Status: ❌ Closed
Base:
main← Head:enh-codespell📝 Commits (4)
e9f72c4Add github action to codespell main on push and PRs64ef9b8Add rudimentary codespell config9393949[DATALAD RUNCMD] Do interactive fixing of some ambigous typoseb4c2cf[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.