deps(deps): bump astral-sh/uv from ee466dc
to abee452
#33
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |