Skip to content

Commit 20ac0bf

Browse files
committed
Hello World workflow
1 parent de0f937 commit 20ac0bf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Hello World
2+
on: [push]
3+
jobs:
4+
Hello-World-Job:
5+
runs-on:
6+
- codebuild-stack-auth-verify-data-integrity-${{ github.run_id }}-${{ github.run_attempt }}
7+
steps:
8+
- run: echo "Hello World"

0 commit comments

Comments
 (0)