CIワークフローの実行設定を強化 - #118
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
Up to standards ✅🟢 Issues
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|



概要
KoDriver の CI 設定を参考に、AndroidPods の通常 CI workflow の実行設定を強化します。
変更内容
contents: readに制限timeout-minutesを追加persist-credentials: falseを設定検証
ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "OK #{f}" }' .github/workflows/on-pull-request.yml .github/workflows/on-main-merge.yml\n-git diff --check\n\nNote: ローカルにactionlintが無かったため、actionlint による検証は未実施です。