mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
6 lines
97 B
YAML
6 lines
97 B
YAML
language: php
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install
|
|
script:
|
|
- grunt lint
|