The source project of this merge request has been removed.
Set up lint in gitlab CI
Fix #1 (closed)
Based on https://gitlab.esrf.fr/ui/h5web-braggy/-/blob/main/.gitlab-ci.yml
Docker image docker-registry.esrf.fr/dau/ewoks:node_12
FROM node:12
ENV HTTP_PROXY "http://proxy.esrf.fr:3128/"
ENV HTTPS_PROXY "http://proxy.esrf.fr:3128/"
RUN apt-get update -y
Edited by Wout De Nolf