Skip to content

Commit 731f568

Browse files
committed
add test ci
1 parent 9066e8a commit 731f568

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: test
2+
3+
on: [push]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- run: echo ok

0 commit comments

Comments
 (0)