Hello World workflow

This commit is contained in:
Konstantin Wohlwend 2026-01-22 10:22:44 -08:00
parent de0f937f46
commit 20ac0bff8a

8
.github/workflows/codebuild-test.yaml vendored Normal file
View File

@ -0,0 +1,8 @@
name: Hello World
on: [push]
jobs:
Hello-World-Job:
runs-on:
- codebuild-stack-auth-verify-data-integrity-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "Hello World"