/git-actions-tutorial

A simple tutorial repo to demonstrate Git Actions

Primary LanguageJavaScript

Git Actions Tutorial

A simple tutorial repo to demonstrate Git Actions.

Objectives of the tutorial

  • Understand relevant concepts in Git Actions.
  • Create a small application in Node.JS with tests.
  • Use Git Actions to protect our project repository by ensuring that push actions to the master branch passes all tests.

Watch the tutorial

You can watch the tutorial on YouTube

How to use this repository

  • Clone the repository
  • Run npm i on your terminal to install dependencies
  • Run npm test to execute the test suite