mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #8309] [MERGED] ci: add codespell support (config, workflow to detect/not fix) and make it fix few typos #22201
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/open-webui/pull/8309
Author: @yarikoptic
Created: 1/3/2025
Status: ✅ Merged
Merged: 1/3/2025
Merged by: @tjbck
Base:
dev← Head:enh-codespell📝 Commits (3)
2e5fbbaAdd github action to codespell main on push and PRs1a928bcAdd rudimentary codespell config8f1953e[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.
reincarnated
on top of
dev- same/no new typos found🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.