Skip to content

feat: bump version 1.28.0 -> 1.29.0 #42

feat: bump version 1.28.0 -> 1.29.0

feat: bump version 1.28.0 -> 1.29.0 #42

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@e4db8464a088ece1b920f60402e813ea4de65b8f # v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
enable-cache: true
cache-dependency-glob: uv.lock
- name: Run ruff
run: uvx ruff check --output-format=github .