A reusable workflow for doing x, y, and z.
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
- Do this.
- Do that.
- This happens.