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
/
bin
/
wsl-open
/
.gitlab-ci.yml
17 lines
(14 loc)
•
299 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
-
npm
run
lint:sh
-
npm
run
lint:md
-
npm
run
unit
artifacts:
paths:
-
npm-debug.log
expire_in:
1
month