What are GitHub Actions? Build a custom Action with Javascript - CI CD #OpenSource #DevRel

preview_player
Показать описание
Automate your workflow from idea to production. GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want.

Contents...
0:00 Intro
1:07 My channel is about open source
1:48 What is Continuous Integration (CI)
2:38 What is Continuous Delivery / Continuous Deployment (CD)
3:39 GitHub Action hello world example
4:50 GitHub Action trigger workflow events
5:09 What can Github Actions do
5:24 Why do I need GitHub Actions or a CI
5:50 Code Spaces teaser
6:09 GitHub Action conditions
6:35 GitHub Actions tab in the UI platform, with workflows and steps
6:58 GitHub Action marketplace with almost 5k free Action plugins
7:18 How to use a GitHub Action to remove stale Issues on a scheduler
8:14 Simple custom GitHub Action for hello world
9:26 Real custom javascript GitHub Action
11:30 What can be built with Github Actions by the Community

Featuring...

What are GitHub Actions? What can they do? Build a custom Javascript Action #OpenSource #DevRel

--------------------------------------------------------------------------

A BIG thank you to my GitHub Sponsor:

--------------------------------------------------------------------------

Don’t forget to support my channel by subscribing below, it’s free, and also share with your friends. Subscribe now!!

Follow on other socials for behind the scenes footage, join discord to continue the conversation...

Рекомендации по теме
Комментарии
Автор

What would you build and automate with a GitHub Action? Utility, statistics, tests, game ... ?

eddiejaoude
Автор

Thank you Eddie for this video! I am off to use GitHub Actions on one of my repos!🎉🎉

The.Meshhh
Автор

How do you use a private action from another private repo, Error: An action could not be found at the URI ...

navedrizv
Автор

I'm still new to javascript, most concept like async/promises I haven't looked into those. From what I could get from the video, Github Action is simply an auto check/ configuration directly on github or something like that. I'm I right to say so?

favouritejome
Автор

I have built my GitHub Action but getting Resource not accessible by integration Error. Plz help

prathameditss