mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[PR #8308] [CLOSED] ci: add codespell support (config, workflow to detect/not fix) and make it fix few typos #22200
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8308
Author: @yarikoptic
Created: 1/3/2025
Status: ❌ Closed
Base:
main← Head:enh-codespell📝 Commits (3)
ba1cffbAdd github action to codespell main on push and PRs300a96aAdd rudimentary codespell configaacc88d[DATALAD RUNCMD] run codespell throughout fixing few left typos automagically📊 Changes
6 files changed (+37 additions, -5 deletions)
View changed files
➕
.github/workflows/codespell.yml(+25 -0)📝
CODE_OF_CONDUCT.md(+1 -1)📝
backend/open_webui/retrieval/web/testdata/brave.json(+1 -1)📝
pyproject.toml(+7 -0)📝
src/lib/components/common/Textarea.svelte(+1 -1)📝
src/routes/+layout.js(+2 -2)📄 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.
Feel welcome to ignore/close -- there is only few typos etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.