UNPKG
infra-cli
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.10
1.0.9
1.0.8
1.0.0
infra cli
git.garena.com/shopee/sz-devops/fe/infra-cli/-/blob/master/README.md
infra-cli
/
.gitlab-ci.yml
16 lines
(13 loc)
•
212 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image:
node:12
cache:
untracked:
true
key:
"$CI_COMMIT_REF_NAME"
paths:
-
node_modules/
stages:
-
eslint
run_eslint:
stage:
eslint
script:
-
yarn
install
--frozen-lockfile
-
yarn
eslint