Skip to content

chore(ci): update astral-sh/setup-uv action to v7.1.0 #46

chore(ci): update astral-sh/setup-uv action to v7.1.0

chore(ci): update astral-sh/setup-uv action to v7.1.0 #46

Workflow file for this run

name: Lint with Ruff
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions: {}
jobs:
lint-ruff:
name: Ruff Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
enable-cache: true
cache-dependency-glob: uv.lock
- name: Run ruff
run: uvx ruff check --output-format=github .