Skip to content

Commit 3c1316d

Browse files
committed
add GH test workflow
1 parent dfbca28 commit 3c1316d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
build:
5+
name: Test
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: borales/[email protected]
10+
with:
11+
cmd: install
12+
- uses: borales/[email protected]
13+
with:
14+
cmd: test

0 commit comments

Comments
 (0)