An open API service indexing awesome lists of open source software.

https://github.com/dispherical/awesome-readme-workflows

An awesome list of GitHub workflows
https://github.com/dispherical/awesome-readme-workflows

List: awesome-readme-workflows

actions awesome-list github-actions workflows

Last synced: about 1 month ago
JSON representation

An awesome list of GitHub workflows

Awesome Lists containing this project

README

          

# awesome-readme-workflows
An awesome list of GitHub personal README.md workflows

[![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re)

**What is a GitHub Workflow?** They are actually called "actions", but many people called workflows. Basically, they are scripts of code that can be triggered by basically anything. Like checking code quality on a PR, or even updating your personal README.md with your latest blog posts.

**What is a GitHub Personal README?** They are like mini-pages for your GitHub profile. You can see an example [here](https://github.com/aboutDavid)

## Table of contents:
- [Multi-purpose](#multi-purpose)
- [Blog Posts](#blog-posts)

### Multi-purpose
None yet

### Blog Posts
- [gautamkrishnar/blog-post-workflow](https://github.com/gautamkrishnar/blog-post-workflow): Puts your blog posts on your personal readme file. [How to install](https://github.com/gautamkrishnar/blog-post-workflow#how-to-use)