Skip to content

build(deps-dev): bump ruff from 0.15.18 to 0.15.19 in the python-dependencies group #823

build(deps-dev): bump ruff from 0.15.18 to 0.15.19 in the python-dependencies group

build(deps-dev): bump ruff from 0.15.18 to 0.15.19 in the python-dependencies group #823

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: lint
run: make lint