Skip to content

Bump astral-sh/setup-uv from 3 to 4 in the actions group #4

Bump astral-sh/setup-uv from 3 to 4 in the actions group

Bump astral-sh/setup-uv from 3 to 4 in the actions group #4

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./convert-attestations
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: pyproject.toml
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: pyproject.toml
- name: lint
run: make lint INSTALL_EXTRA=lint