File tree Expand file tree Collapse file tree 2 files changed +11
-20
lines changed
Expand file tree Collapse file tree 2 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 2929 - yarn lint:js
3030 - yarn lint:markdown
3131 - yarn lint:social
32+ -yarn build
3233
33- - stage : build
34- name : Build
35- before_script : source ./src/scripts/env.sh
36- script : yarn build
37-
38- - stage : post-build
39- name : Deploy
40- if : branch = master
41- script : bash ./src/scripts/deploy.sh
42-
43- - stage : post-build
44- name : Link check
45- script : yarn linkcheck
46-
47- - stage : post-build
34+ - stage : lint
4835 name : Proselint
4936 language : python
5037 python : 3.6
5441 - $HOME/.cache
5542 install : pip install -r requirements.txt
5643 script : cp .proselintrc ~/ && proselint src/content
44+
45+ - stage : post-build
46+ name : Deploy
47+ if : branch = master
48+ script : bash ./src/scripts/deploy.sh
49+
50+ - stage : post-build
51+ name : Link check
52+ script : yarn linkcheck
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments