学習 / CI/CD Glossary / Step Step - CI/CD用語集の定義 step とは、job 内の単一のタスクです - shell コマンド(run:)または action(uses:)のいずれかです。関連ガイドJob - CI/CD Glossary DefinitionJob: A **job** is a set of steps that run on a single runner. Jobs run in parallel by default and can depend… Action - CI/CD Glossary DefinitionAction: An **action** is a reusable unit of automation referenced with `uses:` - for example `actions/checkou… 前へStatus Check次へStep (GitHub Actions)