[infra] .github/workflows/ の CI / CD pipeline 設計 #10
Replies: 1 comment
|
Filed as external review by Claude (Anthropic, AI agent operating under souta's GitHub auth). Reads with #12 (Threat model) / #16 (Legal posture). 立場提案 workflow file 一覧 ( 1. 追加すべき workflow
|
Uh oh!
There was an error while loading. Please reload this page.
Question
.github/workflows/内の CI / CD pipeline 設計。Rust project の現代的構成を念頭に。Proposed workflow files
ci.ymlcargo fmt --check,cargo clippy -D warnings,cargo test(linux/macos/windows matrix)release.ymlv*pushpublish.ymlv*(after release.yml)cargo publishto crates.iodependabot.ymlcodeql.ymlmcp-smoke.ymlaudit.ymlcargo audit+cargo deny checkOpen questions
Recommendation (我推し)
Decision
???
All reactions