Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 397 Bytes

reusable-workflow

A reusable workflow for doing x, y, and z.

Installation

Add a new workflow under .github/workflows/ with the following contents.

name: New Reusable Workflow
run-name: New Reusable Workflow

on:
  push:

jobs:
  reusable-workflow:
    uses: Arthri/reusable-workflow/.github/workflows/reusable-workflow.yml@v1

Usage

  1. Do this.
  2. Do that.
  3. This happens.