mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-24 21:36:03 +03:00
11 lines
182 B
YAML
11 lines
182 B
YAML
language: generic
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- docker pull hadolint/hadolint
|
|
|
|
script:
|
|
- docker run --rm -i hadolint/hadolint hadolint --ignore DL3018 - < Dockerfile
|