mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Hello World workflow
This commit is contained in:
parent
de0f937f46
commit
20ac0bff8a
8
.github/workflows/codebuild-test.yaml
vendored
Normal file
8
.github/workflows/codebuild-test.yaml
vendored
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user