Connect with us

Technology

GitHub launches GitHub Actions for developers

Published

on

GitHub founder and CEO Chris WanstrathChris Wanstrath, co-founder of GitHubGitHub

  • GitHub has announced a new feature called GitHub Actions, which will allow users to build, share and execute code directly on the site.
  • This feature cuts down on the steps developers need to take when running code, such as installing software files and testing the code.
  • Actions is launching in a limited public beta on Tuesday.

Executing code on GitHub, essentially a Google Docs for code, is about to get easier for programmers — the company is releasing an “Apple Shortcuts, but for code.”

GitHub, which hosts open-source projects, just announced a new feature, called GitHub Actions, to cut down on the steps developers need to take to execute their code, no matter what language they use. This new feature arrives as Microsoft is preparing to acquire GitHub. Before, developers working on GitHub would have to take many manual steps to build, run and deploy their projects. In many cases, they have to download environments, run the project for testing and more.

With GitHub Actions, developers will be able to build, share and execute code directly on the site by creating an action for a step that they need to take, connecting these steps with drag-and-drop, and running the project with a simple click of a button.

“We can take a single application and deploy it to five different clouds,” Sam Lambert, Head of Platform at GitHub told Business Insider. “You can press a button and deploy your application. You can page and text your team, generate documentation and build and test your code. It’s an Apple Shortcuts, but for code.”

GitHub Actions is being launched Tuesday in a limited public beta.

Here’s a quick look at how it works:

Users can build, package, release, update, and deploy their project, all on the GitHub site. They can do all this in a space called a “workflow.” For example, a user can create a workflow for building and testing.

Screen Shot 2018 10 15 at 12.28.22 PMScreenshot

Screen Shot 2018 10 15 at 12.29.02 PMScreenshot

 

Each step that developers need to take for this workflow is called an “action.” The user can set up actions for installing and testing and connect one action to another by dragging and dropping a line to link them. Before GitHub Actions, if a developer wanted to run a project, they needed to install the required packages (or a set of software files) and test the code themselves. 

Screen Shot 2018 10 15 at 12.31.21 PMScreenshot

Screen Shot 2018 10 15 at 12.31.48 PMScreenshot

 

The person creating the workflow can then commit it to the project.

Screen Shot 2018 10 15 at 12.32.36 PMScreenshot

 

Users can also create a text file instead of using the visual editor to create a workflow.

Screen Shot 2018 10 15 at 12.33.50 PMScreenshot

 

Once users create a pull request, or take the code for modifying, the packages will be automatically installed and tested for users when they run this workflow.

Screen Shot 2018 10 15 at 1.46.25 PMScreenshot

With GitHub Actions, users can also publish and send alerts every time there’s a new release and deploy production-ready code.

“There’s infinite possibilities and amazing flexibility,” Lambert said. “It’s so open-ended and flexible. All I want to do is sit on GitHub and Twitter and watch people build this stuff.”

UPDATED Actions blog screenshotGitHub

Get the latest Microsoft stock price here.

Continue Reading
Advertisement Find your dream job

Trending