Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 543 Bytes

File metadata and controls

15 lines (12 loc) · 543 Bytes

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