Skip to content

Commit 4332cf0

Browse files
author
Labby AI
committed
Add my first workflow
1 parent b64336f commit 4332cf0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: First Workflow
2+
on: push
3+
4+
jobs:
5+
first-job:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Print greeting
9+
run: echo "Hello World from LabEx"

0 commit comments

Comments
 (0)