Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 1, 2021 05:09 pm GMT

What are GitHub Actions?

GitHub Actions allows you to automate, customize and execute your software development workflows inside your repository.

In my projects, I like to run my test every time there's a push to my branch would get of action. To do this, I only need a repository to enable GitHub Action workflows.

I can create a GitHub Action workflow by navigating to the Actions tab in my project.

Workflow templates

GitHub recommends workflows for me to use and can even make recommendations based on the programming language.

gif of tests passing in GitHub Actions

After committing the CI template workflow file, I can see my tests passing directly in my repo.

GitHub Actions run on several GitHub webhook events. I recommend checking out the GitHub Documentation for the full list.

Jump into GitHub Actions today by exploring outstanding community actions in the GitHub Marketplace is also a great place to get started.

GitHub Marketplace screenshot

This is part of my 28 days of Actions series. To get notified of more GitHub Action tips, follow the GitHub organization right here on Dev.


Original Link: https://dev.to/github/what-are-github-actions-3pml

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To