mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2025-12-29 00:24:57 +01:00
12 lines
157 B
YAML
12 lines
157 B
YAML
name: Test
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jo:
|
|
test:
|
|
runs-on: 'ubuntu-latest'
|
|
steps:
|
|
- name: Hey
|
|
run: |
|
|
echo hello && echo world |