Skip to content

fix(docs): use correct link to tests badge #867

fix(docs): use correct link to tests badge

fix(docs): use correct link to tests badge #867

Workflow file for this run

name: Run ruff linter
on: [push, pull_request]
jobs:
run-ruff-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.26"
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install dependencies
run: uv sync --dev
- name: Run ruff
run: uv run ruff check .