Skip to content

Commit 67f492e

Browse files
committed
setup ci
1 parent c4a0038 commit 67f492e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: ci
2+
3+
on: [push]
4+
5+
jobs:
6+
publish:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v2
11+
12+
- name: Build
13+
uses: actions/setup-node@v1
14+
with:
15+
node-version: 12
16+
- run: sbt test
17+

0 commit comments

Comments
 (0)