mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
12 lines
145 B
YAML
12 lines
145 B
YAML
|
name: Seed Chain
|
||
|
|
||
|
on:
|
||
|
workflow_call:
|
||
|
|
||
|
jobs:
|
||
|
no-op:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: no-op
|
||
|
run: echo "Hello World"
|