Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 878 Bytes

00.0_getting-started.md

File metadata and controls

23 lines (17 loc) · 878 Bytes

What can I expect? {docsify-ignore-all}

  • Introductions
  • Discuss goals of the training
  • Detailed course on the GitHub Actions platform
  • Hands-on facilitator guided learning
  • Help with migrating a project to GitHub Actions
  • Discuss logistics (timing of course, recording, etc.)

👈 Our focus will be on the topics you see listed on the left in the navigation bar

GitHub Actions makes it easy to automate all your software workflows. GitHub Actions enables you to:

  • Build, test, and deploy your code with world class CI/CD right from GitHub.
  • Make code reviews, branch management, and issue triaging work the way you want through community and custom shareable components.

Exercises

Throughout this course we will be doing exercises that will build your knowledge of GitHub Actions.

Prequisites

  • Text Editor
  • Docker
  • A GitHub Account