Skip to content

What's Github Action? 🤔 #150

Discussion options

You must be logged in to vote

Great question @jomefavourite

GitHub Action is like Continuous Integration (CI) - some examples include TravisCI, CircleCI. They are for running automation, like: Linters, automated testing, and then deployment etc

In a nutshell, any commands you run locally, you can run on Github Actions so that it happens for every person - there are events you can hook into, like creating an issue.

I created a video on it, that just got released https://www.youtube.com/watch?v=5ncuRFwnrdc&feature=youtu.be

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jomefavourite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants