File tree Expand file tree Collapse file tree 3 files changed +20
-26
lines changed Expand file tree Collapse file tree 3 files changed +20
-26
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ name: "Documentation Checks"
3
3
on :
4
4
push :
5
5
paths :
6
- - discord/
7
- - docs/
8
- - requirements/
9
- - pyproject.toml
10
- - setup.py
6
+ - " discord/"
7
+ - " docs/"
8
+ - " requirements/"
9
+ - " pyproject.toml"
10
+ - " setup.py"
11
11
pull_request :
12
12
paths :
13
- - discord/
14
- - docs/
15
- - requirements/
16
- - pyproject.toml
17
- - setup.py
13
+ - " discord/"
14
+ - " docs/"
15
+ - " requirements/"
16
+ - " pyproject.toml"
17
+ - " setup.py"
18
18
workflow_dispatch :
19
19
schedule :
20
20
- cron : " 0 0 * * *"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: "Library Checks"
3
3
on :
4
4
push :
5
5
paths :
6
- - discord/
7
- - requirements/
8
- - pyproject.toml
9
- - setup.py
10
- - .flake8
11
- - .prettierrc
6
+ - " discord/"
7
+ - " requirements/"
8
+ - " pyproject.toml"
9
+ - " setup.py"
10
+ - ." flake8"
11
+ - " .prettierrc"
12
12
pull_request :
13
13
paths :
14
14
- discord/
Original file line number Diff line number Diff line change @@ -3,17 +3,11 @@ name: "TODO Checks"
3
3
on :
4
4
push :
5
5
paths :
6
- - discord/
7
- - docs/
8
- - examples/
9
- - tests/
6
+ - " discord/"
7
+ - " docs/"
8
+ - " examples/"
9
+ - " tests/"
10
10
branches : [master]
11
- pull_request :
12
- paths :
13
- - discord/
14
- - docs/
15
- - examples/
16
- - tests/
17
11
workflow_dispatch :
18
12
19
13
concurrency :
You can’t perform that action at this time.
0 commit comments