Learn / CI/CD Glossary / Step Step - CI/CD Glossary Definition A step is a single task in a job - either a shell command (run:) or an action (uses:).Related guidesJob - 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… PreviousStatus CheckNextStep (GitHub Actions)