Skip to content

Commit bf9e4fa

Browse files
committed
chore: adds a CI config for branch and PR builds (#2)
1 parent f885515 commit bf9e4fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci
2929

30+
- name: Run checks
31+
run: npm run verify
32+
3033
- name: Build project
3134
run: npm run build

0 commit comments

Comments
 (0)