# Don't re-download node_modules every time. Cache it cache: paths: - node_modules/ validate: script: - eclint check "**/*.html" "**/*.js" "**/*.css" "**/*.yaml" "**/*.md" - yarn install - npm run lint - npm run test