Skip to content

chore(deps-dev): bump ruff from 0.14.14 to 0.15.0 in the uv group (#36) #114

chore(deps-dev): bump ruff from 0.14.14 to 0.15.0 in the uv group (#36)

chore(deps-dev): bump ruff from 0.14.14 to 0.15.0 in the uv group (#36) #114

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read # only needed for private repos
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: setup uv
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
- name: lint
run: make lint