File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uses : astral-sh/setup-uv@v7
3131 - name : Install the project
3232 run : uv sync --locked --all-extras --dev
33- - name : Check details complexity
34- run : uv run python -c "from simplejustwatchapi import details; details('ts20711', best_only=False)"
3533 - name : Check search complexity
3634 run : uv run python -c "from simplejustwatchapi import search; search('The', count=100, best_only=False)"
35+ - name : Check details complexity
36+ run : uv run python -c "from simplejustwatchapi import details; details('ts20711', best_only=False)"
37+ - name : Check seasons complexity
38+ run : uv run python -c "from simplejustwatchapi import seasons; seasons('ts20711', best_only=False)"
39+ - name : Check episodes complexity
40+ run : uv run python -c "from simplejustwatchapi import episodes; episodes('tss21924', best_only=False)"
You can’t perform that action at this time.
0 commit comments