Remove the source file argument of Deno lint#231
Conversation
Deno lint no longer needs its arguments.
There was a problem hiding this comment.
Pull Request Overview
This PR removes the source file argument from the Deno check command in the CI workflow, as it is no longer required by Deno lint.
- Removed the "./src" argument from the "deno check --doc" command in the CI workflow to align with updated Deno lint requirements.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #231 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 97 97
Branches 6 6
=========================================
Hits 97 97 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WalkthroughThe GitHub Actions CI workflow was updated by modifying the "Type Check" job. The type checking command was changed from specifying the Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page 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 (
|
close #
✏️ Description
Deno lint no longer requires its arguments.