File tree Expand file tree Collapse file tree 5 files changed +50
-50
lines changed Expand file tree Collapse file tree 5 files changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Checks
2
2
on :
3
3
push :
4
4
pull_request :
5
- branches : [ master ]
5
+ branches : [master]
6
6
workflow_dispatch :
7
7
8
8
concurrency :
Original file line number Diff line number Diff line change 1
1
name : Docs Tests
2
2
3
3
on :
4
- push :
5
- paths :
6
- - " docs/**"
7
- - " discord/**"
8
- - " test/**"
9
- - " requirements/**"
10
- pull_request :
11
- paths :
12
- - " docs/**"
13
- - " discord/**"
14
- - " test/**"
15
- - " requirements/**"
16
- schedule :
17
- - cron : " 0 0 * * *"
18
- workflow_dispatch :
4
+ push :
5
+ paths :
6
+ - " docs/**"
7
+ - " discord/**"
8
+ - " test/**"
9
+ - " requirements/**"
10
+ pull_request :
11
+ paths :
12
+ - " docs/**"
13
+ - " discord/**"
14
+ - " test/**"
15
+ - " requirements/**"
16
+ schedule :
17
+ - cron : " 0 0 * * *"
18
+ workflow_dispatch :
19
19
20
20
jobs :
21
- docs :
22
- name : " Build Docs"
23
- runs-on : ubuntu-latest
24
- steps :
25
-
26
- - name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@v4
28
- with :
29
- python-version : " 3.8"
30
- cache : " pip"
31
- cache-dependency-path : " requirements/docs.txt"
32
- check-latest : true
33
- - name : Install dependencies
34
- run : |
35
- python -m pip install -U pip
36
- pip install ".[docs]"
37
- - name : Check Links
38
- if : github.event_name == 'schedule'
39
- run : |
40
- cd docs
41
- make linkcheck
42
- - name : Compile to html
43
- run : |
44
- cd docs
45
- make html
21
+ docs :
22
+ name : " Build Docs"
23
+ runs-on : ubuntu-latest
24
+ steps :
25
+
26
+ - name : Set up Python ${{ matrix.python-version }}
27
+ uses : actions/setup-python@v4
28
+ with :
29
+ python-version : " 3.8"
30
+ cache : " pip"
31
+ cache-dependency-path : " requirements/docs.txt"
32
+ check-latest : true
33
+ - name : Install dependencies
34
+ run : |
35
+ python -m pip install -U pip
36
+ pip install ".[docs]"
37
+ - name : Check Links
38
+ if : github.event_name == 'schedule'
39
+ run : |
40
+ cd docs
41
+ make linkcheck
42
+ - name : Compile to html
43
+ run : |
44
+ cd docs
45
+ make html
Original file line number Diff line number Diff line change 8
8
- " test/**"
9
9
- " requirements/**"
10
10
pull_request :
11
- branches : [ master ]
11
+ branches : [master]
12
12
paths :
13
13
- " docs/**"
14
14
- " discord/**"
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: Unit Tests
3
3
on :
4
4
push :
5
5
paths :
6
- - " discord/**"
7
- - " test/**"
8
- - " requirements/**"
6
+ - " discord/**"
7
+ - " test/**"
8
+ - " requirements/**"
9
9
pull_request :
10
- branches : [ master ]
10
+ branches : [master]
11
11
paths :
12
- - " discord/**"
13
- - " test/**"
14
- - " requirements/**"
12
+ - " discord/**"
13
+ - " test/**"
14
+ - " requirements/**"
15
15
schedule :
16
16
- cron : " 0 0 * * *"
17
17
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check TODO
3
3
on :
4
4
push :
5
5
pull_request :
6
- branches : [ master ]
6
+ branches : [master]
7
7
workflow_dispatch :
8
8
9
9
jobs :
You can’t perform that action at this time.
0 commit comments