Skip to content

Commit 7a25611

Browse files
committed
chore: Add GitHub CI config
1 parent 52b8b36 commit 7a25611

File tree

5 files changed

+87
-3350
lines changed

5 files changed

+87
-3350
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: CI
2+
on: ['push']
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: test
9+
run: |
10+
npm ci
11+
npm run test

.snyk

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)