File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ permissions:
1010
1111jobs :
1212 ruff :
13- name : ruff linter
1413 runs-on : ubuntu-latest
1514 steps :
1615 - uses : actions/checkout@v5
1716
18- - name : Get Ruff Version
17+ - 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-
22- - uses : astral-sh/ruff-action@v3
20+
21+ - name : Run Ruff linter
22+ uses : astral-sh/ruff-action@v3
2323 with :
2424 version : ${{ steps.ruff-version.outputs.version }}
Original file line number Diff line number Diff line change 2929 cache : " pip" # Cache the pip packages to speed up the workflow
3030 - name : Set up UV
3131 uses : astral-sh/setup-uv@v6
32+ with :
33+ enable-cache : true
3234 - name : Install Dependencies and Package
3335 run : uv sync --extra tests
3436 - name : Run Pytest Checks
You can’t perform that action at this time.
0 commit comments