mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-06-23 11:13:59 +00:00
chore: remove codespell CI workflow and config, keep typo fixes only
Made-with: Cursor
This commit is contained in:
parent
70bdf4a9f5
commit
861072519a
23
.github/workflows/codespell.yml
vendored
23
.github/workflows/codespell.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
# Codespell configuration is within pyproject.toml
|
|
||||||
---
|
|
||||||
name: Codespell
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
codespell:
|
|
||||||
name: Check for spelling errors
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Codespell
|
|
||||||
uses: codespell-project/actions-codespell@v2
|
|
||||||
@ -130,13 +130,6 @@ ignore = ["E501"]
|
|||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
||||||
[tool.codespell]
|
|
||||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
|
||||||
skip = '.git*'
|
|
||||||
check-hidden = true
|
|
||||||
# ignore-regex = ''
|
|
||||||
# ignore-words-list = ''
|
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
source = ["nanobot"]
|
source = ["nanobot"]
|
||||||
omit = ["tests/*", "**/tests/*"]
|
omit = ["tests/*", "**/tests/*"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user