Skip to content

Commit 40171bf

Browse files
committed
add workflow
1 parent bff5c45 commit 40171bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Build
2+
on: push
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout code
8+
uses: actions/checkout@v3
9+
- name: Echo
10+
run: echo "code downloaded!"

0 commit comments

Comments
 (0)