Skip to content

Smahrt/git-actions-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple tutorial repo to demonstrate Git Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published