File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- " discord/**"
7
- - " requirements/**"
7
+ - " examples/**"
8
+ - " scripts/**"
9
+ - " tests/**"
8
10
- " *.toml"
9
11
- " *.py"
10
12
- " .*"
11
13
branches : [master]
12
14
pull_request :
13
15
paths :
14
16
- " discord/**"
15
- - " requirements/**"
17
+ - " examples/**"
18
+ - " scripts/**"
19
+ - " tests/**"
16
20
- " *.toml"
17
21
- " *.py"
18
22
- " .*"
63
67
- name : Sync dependencies
64
68
run : uv sync --no-python-downloads --group dev
65
69
- name : " Run ruff linter check"
66
- run : uv run ruff check discord/
70
+ run : uv run ruff check .
67
71
- name : " Run ruff formatter check"
68
- run : uv run ruff format --check discord/
72
+ run : uv run ruff format --check .
69
73
mypy :
70
74
if : ${{ github.event_name != 'schedule' }}
71
75
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments