Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 569 Bytes

File metadata and controls

13 lines (8 loc) · 569 Bytes

GitHub Actions Workflow Recipes

A collection of reusable GitHub Actions workflow files (and templates) that you can freely drop into your own projects.

Usage

  1. Copy the desired workflow file into your repository under .github/workflows/.
  2. Replace every placeholder (e.g. path/to/code, license identifiers) with values that match your project.
  3. Commit and push — the workflow will run automatically on the configured triggers.

License

Feel free to use, copy, and modify these workflows in any project. See also LICENSE.