Skip to content

Commit

Permalink
Create demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing authored Apr 9, 2024
1 parent 3321c35 commit 0916a67
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Demo workflow
run-name: Demo Workflow ${{ github.jobid }}

defaults:
run:
shell: pwsh

on: [push, workflow_dispatch]

jobs:
demo:
name: "Demo job"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2

- run: |
echo YAY!

0 comments on commit 0916a67

Please sign in to comment.