Skip to content

build(deps-dev): bump ruff in the python-dependencies group (#252) #501

build(deps-dev): bump ruff in the python-dependencies group (#252)

build(deps-dev): bump ruff in the python-dependencies group (#252) #501

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