mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
12 lines
108 B
YAML
12 lines
108 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 12
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
script:
|
|
- yarn
|
|
- yarn lint
|