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 44 push :
55 paths :
66 - " discord/**"
7- - " requirements/**"
7+ - " examples/**"
8+ - " scripts/**"
9+ - " tests/**"
810 - " *.toml"
911 - " *.py"
1012 - " .*"
1113 branches : [master]
1214 pull_request :
1315 paths :
1416 - " discord/**"
15- - " requirements/**"
17+ - " examples/**"
18+ - " scripts/**"
19+ - " tests/**"
1620 - " *.toml"
1721 - " *.py"
1822 - " .*"
6367 - name : Sync dependencies
6468 run : uv sync --no-python-downloads --group dev
6569 - name : " Run ruff linter check"
66- run : uv run ruff check discord/
70+ run : uv run ruff check .
6771 - name : " Run ruff formatter check"
68- run : uv run ruff format --check discord/
72+ run : uv run ruff format --check .
6973 mypy :
7074 if : ${{ github.event_name != 'schedule' }}
7175 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments