Skip to content

Commit d177150

Browse files
2 parents 388f664 + 7ce3d92 commit d177150

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI
2+
on:
3+
push:
4+
branches: [ main ]
5+
pull_request:
6+
branches: [ main ]
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-node@v2-beta
14+
15+
- name: Install TS
16+
run: npm install -g typescript
17+
18+
- name: Run buildRun.sh
19+
run: sh buildRun.sh

0 commit comments

Comments
 (0)