feat: add spellcheck CI workflow using codespell#2060
Conversation
Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
| fi | ||
| - name: Create Pull Request | ||
| if: steps.verify-changed-files.outputs.changed == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' | ||
| uses: peter-evans/create-pull-request@v5 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR adds automated spellchecking to the CI pipeline using
codespell, following the pattern established in cosmos-sdk#18734.Changes Made
✅ Added Spellcheck Workflow (
.github/workflows/spellcheck.yml)mainand all pull requestscodespellto detect spelling errors across documentationmainbranch✅ Added Comprehensive Ignore List (
.github/.codespellignore)✅ Fixed Existing Spelling Error
celestia-node-troubleshooting.mdTesting
The workflow will help maintain documentation quality by automatically catching spelling errors while avoiding false positives for technical terminology.
Fixes #1325.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.