Skip to content

build(deps-dev): bump ruff from 0.14.5 to 0.14.6 in the python-dependencies group #515

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

build(deps-dev): bump ruff from 0.14.5 to 0.14.6 in the python-dependencies group #515

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
- name: lint
run: make lint