Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5
- name: Run Ruff Linting 🧹
uses: astral-sh/ruff-action@v3
with:
cache-dependency-path: uv.lock
python-version: "3.13"
- name: Run ruff
shell: bash
run: |
uv run ruff check
args: check
src: "."

test-regular:
needs: ["ruff"]
Expand Down
Loading