Chase Adams

GitHub Actions

GitHub Actions is a tool for doing event based workflows in GitHub.

1 minute read

GitHub Actions is a tool within GitHub that allows a user to setup automation workflows based on events for running tests, doing continuous integration and continuous deployment, even run scripts based on time of day.

Relevant Notes