UNPKG
@4u6u57/dotfiles
Version:
latest (0.0.2)
0.0.2
0.0.1
August Valera's preferences for Linux
gitlab.com/4U6U57/dotfiles
@4u6u57/dotfiles
/
.gitlab-ci.yml
16 lines
(13 loc)
•
288 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image:
ubuntu:latest
before_script:
-
apt-get
update
-yqq
-
apt-get
install
-yqq
npm
nodejs-legacy
git
wget
test:
script:
-
npm
install
--unsafe-perm=true
||
true
-
npm
run
lint:sh
-
npm
run
lint:md
artifacts:
paths:
-
npm-debug.log
expire_in:
1
month