Skip to content

deps(deps): bump astral-sh/uv from 096c376 to ee466dc #32

deps(deps): bump astral-sh/uv from 096c376 to ee466dc

deps(deps): bump astral-sh/uv from 096c376 to ee466dc #32

Workflow file for this run

name: Check deployment
on:
pull_request: {}
permissions:
contents: read
actions: write
checks: write
jobs:
sync-deploy:
name: Sync deployment
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout the repository
uses: actions/checkout@main
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.4.18"
enable-cache: true
- name: checks ruff
run: uv run --frozen ruff check .