mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2026-04-06 08:05:16 +00:00
12 lines
107 B
YAML
12 lines
107 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 8
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
script:
|
|
- yarn
|
|
- yarn lint
|