mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-19 05:42:08 +02:00
14 lines
126 B
YAML
14 lines
126 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|
|
- npm run coverage
|