This commit is contained in:
2025-06-09 00:05:37 +02:00
parent e395abded4
commit 9fd6066851
+17
View File
@@ -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