mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
12 lines
183 B
YAML
12 lines
183 B
YAML
language: node_js
|
|
node_js:
|
|
- "18"
|
|
notifications:
|
|
email: false
|
|
before_install:
|
|
- npm install prom-client
|
|
script:
|
|
- npm run lint
|
|
- npm test
|
|
- npm run test-types
|