Skip to content

Commit 696b94f

Browse files
authored
Create main.yml
1 parent c1f85c3 commit 696b94f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test Workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check out code
13+
uses: actions/checkout@v3
14+
- name: Echo test
15+
run: echo "Workflow is running!"

0 commit comments

Comments
 (0)