A job within a GitHub Actions workflow, with a runner, permissions, and an ordered list of steps
Represents a single job within a GitHub Actions workflow. Jobs are the top-level execution units of a workflow. They run on a runner, hold a set of steps, and can declare permissions, environments, and dependencies on other jobs.