Skip to content

Commit 3dd36e9

Browse files
committed
Add Actions
1 parent 91c4adc commit 3dd36e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
jobs:
2+
main:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v4
6+
- uses: actions/setup-node@v4
7+
with:
8+
node-version: node
9+
- run: npm install
10+
- run: npm test
11+
name: main
12+
on:
13+
- pull_request
14+
- push

0 commit comments

Comments
 (0)