feat: add run-one-check workflow for the new CLI#251
Conversation
|
""" WalkthroughA new workflow command Changes
Sequence Diagram(s)sequenceDiagram
participant CLI
participant Workflows
participant Schemas
participant Checks
CLI->>Workflows: runOneComplianceCheck(knex, data)
Workflows->>Schemas: validateExecuteOneCheck(data)
Schemas-->>Workflows: validation result
Workflows->>Checks: get check function by check_name
alt Check exists
Workflows->>Checks: execute check(knex)
Checks-->>Workflows: check result
Workflows-->>CLI: success message
else Check not found
Workflows-->>CLI: error (check not found)
end
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (5)
✨ Finishing Touches
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 (
|
126f3e0 to
b61803d
Compare
Related #216
Summary by CodeRabbit