Skip to content

adilshehzad786/Getting-Started-with-GitHub-Actions

Repository files navigation

Getting Started with GitHub Actions

⭐ Star us on GitHub — it helps!

BCH compliance

Netlify Status

Getting Started with GitHub Actions

What are GitHub Actions ?

Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.

Github Events

  • name
  • on
  • env
  • jobs
  • steps

Github Hero

https://github-actions-hero.now.sh/

Core Concepts

  • Actions are your reusable units of code.
  • You can use Action from the marketplace or create your own.
  • To use an Action in an workflow run you must include it as a step.
  • Create custom CI workflow that automate building and testing our code.
  • Create custom CD workflowto automatically deploy our code to any cloud self hosted service or platform from our repo.

Setup for Local Host

Install dependencies:

npm install

Development

npm start

Lets Connect

https://www.linkedin.com/in/adilshehzad7/

About

Learn how to automate, customize, and execute your software development workflows right in your GitHub repository with GitHub Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published