Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 661d4b1

Browse files
committed
add GitHub Actions main.yml
1 parent d007eb2 commit 661d4b1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CheckHomework
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: Run a one-line script
12+
run: echo Hello, world!
13+
- name: Current Branch
14+
uses: ryolambert/[email protected]
15+
- name: Run a multi-line script
16+
run: |
17+
echo Add other actions to build,
18+
echo test, and deploy your project.

0 commit comments

Comments
 (0)