Skip to content

Commit

Permalink
Add dummy workflows
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu committed May 23, 2024
1 parent 8bd2fb6 commit e7b7bd3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .githubprsyncer/.github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Hello World Workflow

on:
pull_request:
types: [opened, synchronize]

jobs:
hello-world-job:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Print Hello, World!
run: echo "Hello, World!"

0 comments on commit e7b7bd3

Please sign in to comment.