10 lines
112 B
Text
10 lines
112 B
Text
|
name: Test
|
||
|
|
||
|
on:
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: ubuntu-22.04
|
||
|
steps:
|
||
|
- run: echo "Hello"
|