File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v6
17-
1817 - name : Get Ruff version
1918 id : ruff-version
2019 run : echo "version=$(grep -Po '(?<=ruff==)[0-9]+\.[0-9]+\.[0-9]+' pyproject.toml)" >> $GITHUB_OUTPUT
21-
2220 - name : Run Ruff linter
2321 uses : astral-sh/ruff-action@v4.0.0
2422 with :
3937 uses : actions/setup-python@v6
4038 with :
4139 python-version : ${{ matrix.python-version }}
42- cache : " pip" # Cache the pip packages to speed up the workflow
4340 - name : Set up UV
4441 uses : astral-sh/setup-uv@v8.2.0
42+ with :
43+ enable-cache : true
4544 - name : Install Dependencies and Package
4645 run : uv sync --all-extras
4746 - name : Run Pyright
Original file line number Diff line number Diff line change 2727 uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
30- cache : " pip" # Cache the pip packages to speed up the workflow
3130 - name : Set up UV
3231 uses : astral-sh/setup-uv@v8.2.0
3332 with :
You can’t perform that action at this time.
0 commit comments