Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GitHub Actions 2021-12-16

sullis
December 16, 2021

GitHub Actions 2021-12-16

GitHub Actions overview
December 16, 2021

sullis

December 16, 2021
Tweet

More Decks by sullis

Other Decks in Programming

Transcript

  1. “You can write individual tasks, called actions, and combine them

    to create a custom work fl ow” source: GitHub.com
  2. Work fl ows are custom automated processes that you can

    set up in your repository to build, test, package, release, or deploy source: GitHub.com
  3. You can create custom Actions or use Actions provided by

    the GitHub community source: GitHub.com
  4. “GitHub Actions is available with GitHub Free, GitHub Pro, GitHub

    Team, and GitHub Enterprise” source: GitHub.com
  5. Hosted Runners “GitHub hosts Linux and Windows runners on Standard_DS2_v2

    virtual machines in Microsoft Azure with the GitHub Actions runner application installed” source: GitHub.com
  6. Self-Hosted Runners “Forks of your public repository can potentially run

    dangerous code on your self-hosted runner machine” source: GitHub.com
  7. “CI ensures that the code that we create, as a

    team, works by providing us with rapid feedback on any problems”