All Projects → jessesquires → gh-workflows

jessesquires / gh-workflows

Licence: MIT license
A collection of useful generic GitHub Actions workflows

Projects that are alternatives of or similar to gh-workflows

Moderncppstarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Stars: ✭ 2,381 (+6702.86%)
Mutual labels:  github-workflows
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. 🔥
Stars: ✭ 55 (+57.14%)
Mutual labels:  github-workflows
readme-chess
♟️ Play Chess from a README file!
Stars: ✭ 48 (+37.14%)
Mutual labels:  github-workflows
workflow-tools
CLI tools for GitHub Actions
Stars: ✭ 29 (-17.14%)
Mutual labels:  github-workflows
action-github-workflow-sync
Github Action To Sync Github Action's Workflow Files Across Repositories
Stars: ✭ 51 (+45.71%)
Mutual labels:  github-workflows

GitHub Workflows

A collection of useful generic GitHub Actions workflows

About

You can find all workflows in .github/workflows/.

Each workflow contains comments explaining what it does. Most should be self-explanatory.

Workflows are developed and tested at jessesquires/sandbox-gh-workflows to keep this repo history clean.

Blog Posts

Docs

How to use

  1. Add these workflows to your own repo in .github/workflows/.
  2. Edit workflows as needed.

💡 Note:

  • Some workflows require adding a personal access token.
  • Some workflows expect specific labels to exist, as these are what trigger the workflow. You'll need to create these labels in your repo. If you name the labels differently, you will need to edit the workflow accordingly.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].