Skip to content

Commit 11e15cc

Browse files
authored
added sample automation scripts
1 parent 9b61da8 commit 11e15cc

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/workflows/run.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Run Project
2+
3+
on: [push]
4+
5+
jobs:
6+
run:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v3
11+
12+
- name: Run script
13+
run: echo "Project is running!"name: Run Project
14+
15+
on: [push]
16+
17+
jobs:
18+
run:
19+
runs-on: ubuntu-latest
20+
21+
steps:
22+
- uses: actions/checkout@v3
23+
24+
- name: Run script
25+
run: echo "Project is running!"

0 commit comments

Comments
 (0)