16 lines
147 B
YAML
16 lines
147 B
YAML
dist: xenial
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "8"
|
|
|
|
git:
|
|
depth: 5
|
|
|
|
cache:
|
|
directories:
|
|
- .npx
|
|
|
|
script:
|
|
- npx --cache .npx dockerfile_lint
|