mirror of
https://github.com/PretendoNetwork/website.git
synced 2025-04-02 11:11:50 -04:00
10 lines
88 B
YAML
10 lines
88 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
|
|
sudo: false
|
|
|
|
script:
|
|
- "npm run lint"
|