File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 36
36
restore-keys : |
37
37
${{ runner.os }}-pip-
38
38
- name : Install apt deps
39
- run : sudo apt-get install -qq -y libenchant-dev libxml2-dev libxslt1-dev
39
+ run : sudo apt-get update && sudo apt-get install -qq -y libenchant-dev libxml2-dev libxslt1-dev
40
40
- name : Install dependencies
41
41
run : |
42
42
pip install -U pip setuptools cython
Original file line number Diff line number Diff line change 1
1
comment :
2
- require_changes : yes
2
+ require_changes : true
3
3
coverage :
4
4
status :
5
5
patch :
6
6
default : false
7
7
tests :
8
8
target : 100%
9
- paths : " tests/"
9
+ paths :
10
+ - " tests/"
10
11
core :
11
- paths : " cloudbot/"
12
+ paths :
13
+ - " cloudbot/"
12
14
target : 100%
13
15
plugins :
14
- paths : " plugins/"
16
+ paths :
17
+ - " plugins/"
15
18
project :
16
19
tests :
17
20
target : 100%
18
- paths : " tests/"
21
+ paths :
22
+ - " tests/"
19
23
core :
20
- paths : " cloudbot/"
24
+ paths :
25
+ - " cloudbot/"
21
26
plugins :
22
- paths : " plugins/"
27
+ paths :
28
+ - " plugins/"
You can’t perform that action at this time.
0 commit comments