bb-plane-fork/.github/workflows
Yaroslav Halchenko 2ca8620246
Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864)
* Add github action to codespell preview on push and PRs

* Add rudimentary codespell config

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 4 ./apps/web/core/components/workspace/delete-workspace-form.tsx ./deployments/cli/community/README.md",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* Adjust coespell regex to ignore all camelCased words

* [DATALAD RUNCMD] chore: run codespell throughout fixing a few  new typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-10-07 17:42:49 +05:30
..
build-branch.yml feat(repo): add diff checks in CI flows (#7657) 2025-08-27 16:31:23 +05:30
check-version.yml chore: docker image builds by removing node version in workspace.yml file (#7672) 2025-08-29 14:25:07 +05:30
codeql.yml fix: codeql triggers 2025-09-16 20:46:44 +05:30
codespell.yml Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
feature-deployment.yml changed github workflow action ubuntu version to ubuntu-22.04 (#6683) 2025-03-03 16:10:23 +05:30
pull-request-build-lint-api.yml feat(repo): add diff checks in CI flows (#7657) 2025-08-27 16:31:23 +05:30
pull-request-build-lint-web-apps.yml chore: docker image builds by removing node version in workspace.yml file (#7672) 2025-08-29 14:25:07 +05:30
sync-repo-pr.yml chore(deps): bump actions/checkout from 3 to 4 (#6005) 2024-11-16 19:42:08 +05:30
sync-repo.yml changed github workflow action ubuntu version to ubuntu-22.04 (#6683) 2025-03-03 16:10:23 +05:30