mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
15 lines
219 B
YAML
15 lines
219 B
YAML
dist: focal
|
|
language: node_js
|
|
node_js:
|
|
- 'node'
|
|
- 'lts/*'
|
|
- '13'
|
|
matrix:
|
|
fast_finish: true
|
|
script:
|
|
- npm run check-source-formatting
|
|
- npm run lint
|
|
- npm run check-types
|
|
- npm run build
|
|
- npm run test
|