Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.94 KB

File metadata and controls

50 lines (26 loc) · 1.94 KB

GH Actions Workflow Builder ⚙️ 🏗

The quick and easy way to design a GitHub Actions workflow

GitHub tag License contributions - welcome

Made for - GitHub Actions

A tool to help you write workflows for GitHub Actions and to learn about common / useful flows and Actions.

Preview

About

I like using GitHub Actions across a lot of my projects. I make notes on syntax, allowed values and some common flows for Node and Python projects. But to make it even easier to create or edit a workflow, I made this project.

The aim is not to cover all features in GH Actions, but rather to cover the parts that are relevant for my own projects.

This site is built on Jekyll, but that might change. To keep things light, there are not files for local dev, like a config or Gemfile.

Development

This site is built on Jekyll static generator and hosted with GitHub Pages.

It just a one-page site that is not intended to be run locally, so there are no Jekyll configs.

To deploy your copy of this site, enable GitHub Pages under Settings of your repo.

License

Released under MIT by @MichaelCurrin.