Skip to content

Commit e50dcca

Browse files
committed
ci: setup github actions
yarn build and yarn test
1 parent e2f4031 commit e50dcca

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
# name : CI
2-
3-
# on:
4-
# push:
5-
# branches:
6-
# -main
7-
8-
# pull_request:
9-
# branches:
10-
# -main
11-
12-
# jobs:
13-
# builds:
14-
# runs-on: ubuntu-latest
15-
# steps:
16-
# -uses: actions/checkout@v2
17-
# -name: Install dependencies
18-
# run: yarn
19-
# -name: Build packages
20-
# run: yarn build
21-
# -name: Automated test
22-
# run: yarn test
23-
241
name: Build & test CI
252

263
on:

0 commit comments

Comments
 (0)