GARS

Tutorials

If you are new to Actions, these guides will walk you through some introductory content on how to be able to use the GitHub Actions platform

Setting up CI

A good intro to GH Actions is setting up a Continuous Integration workflow so as people contribute to your project, you can have some safety that the project will continue to do what is expected of it.

Learn More

Building your first Action

On top of using other people's actions, building Actions allows for packagable programs that you can add to any of your workflows. This will go through creating a new Action with Javascript.

Learn More