Skip to content

build(deps): bump astral-sh/setup-uv in the github-actions group (#453) #1295

build(deps): bump astral-sh/setup-uv in the github-actions group (#453)

build(deps): bump astral-sh/setup-uv in the github-actions group (#453) #1295

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0
with:
enable-cache: true
- name: deps
run: make dev INSTALL_EXTRA=lint
- name: lint
run: make lint
all-lints-pass:
if: always()
needs:
- lint
runs-on: ubuntu-latest
steps:
- name: check lint jobs
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
with:
jobs: ${{ toJSON(needs) }}