0 件のコメント (0 件のコメント)0 件のリアクション (0 件のリアクション)1 人の担当者 (1 人の担当者)TypeScript363 件のフォーク (363 件のフォーク)auto 404
good first issuehacktoberfestscope/infratype/chore
Repository metrics
- Stars
- 2,554 個のスター (2,554 個のスター)
- PR merge metrics
- PR metrics pending (PR metrics pending)
説明
- extract the common part w/ docker jobs from release and main workflows
- extract sonar jobs
- try to extract build jobs
- take a look at the rest
- consider running things like linter/tests in parallel to save time & to be able to rerun them separately in the future if one fails
コントリビューターガイド
- 調査方針
- .github/workflows にある既存の GitHub Actions ワークフローを調べ、重複している Docker と Sonar ジョブの手順を特定し、再利用可能なワークフローを設計し、lint/テストを並行実行して CI 時間を節約することを検討してください。GitHub Actions の再利用可能なワークフロー構文を使用して共通ロジックを抽出します。
- 技術スタック
- typescriptdockergithub actions
- 領域
- ci cddevops
- Issue 種別
- DevOps
- 前提条件
- GitGitHub ActionsDocker