Skip to content

Commit 37f1aeb

Browse files
committed
fix(actions): fix actions?
1 parent 742a984 commit 37f1aeb

File tree

3 files changed

+20
-26
lines changed

3 files changed

+20
-26
lines changed

.github/workflows/docs-checks.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: "Documentation Checks"
33
on:
44
push:
55
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"
1111
pull_request:
1212
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"
1818
workflow_dispatch:
1919
schedule:
2020
- cron: "0 0 * * *"

.github/workflows/lib-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: "Library Checks"
33
on:
44
push:
55
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"
1212
pull_request:
1313
paths:
1414
- discord/

.github/workflows/todo-checks.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ name: "TODO Checks"
33
on:
44
push:
55
paths:
6-
- discord/
7-
- docs/
8-
- examples/
9-
- tests/
6+
- "discord/"
7+
- "docs/"
8+
- "examples/"
9+
- "tests/"
1010
branches: [master]
11-
pull_request:
12-
paths:
13-
- discord/
14-
- docs/
15-
- examples/
16-
- tests/
1711
workflow_dispatch:
1812

1913
concurrency:

0 commit comments

Comments
 (0)