Case Study
Cheat Sheet
Action Workflow Continuous integration (CI) YAML Workflow file 1. Click the “Actions” tab in your repository 2. Choose the workflow that’s best for your type of project 3. Customize your workflow 4. Once you’ve chosen your workflow, press the “start commit” button Helpful terms to know A program that becomes a reusable component to be used in workflows. Actions can install software for the environment, set up authentication,, or automate complex sets of tasks. You can find actions in the GitHub Marketplace, or create your own and share them with your community. A configurable, automated process that you can use in your repository to build, test, package, release, or deploy your project. Workflows are made up of one or more “jobs” and can be triggered by GitHub events. The softwar