Add CI
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
when:
|
||||
- path:
|
||||
include: [
|
||||
'src/**/*',
|
||||
'test/**/*',
|
||||
'index.ts'
|
||||
]
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: node
|
||||
when:
|
||||
- event: [pull_request, push, manual]
|
||||
commands:
|
||||
- npm install
|
||||
- npm run check
|
||||
- npm run test
|
||||
Reference in New Issue
Block a user