Skip to content

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

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

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

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
- name: lint
run: make lint