chore: merge dev
to main
#181
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Lint and Format Check
|
||||
name: PR Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -21,3 +21,6 @@ jobs:
|
|||
|
||||
- name: Run format check
|
||||
run: npm run format-check
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
|
Loading…
Reference in a new issue