Skip to content

chore(deps): weekly cargo update #112

chore(deps): weekly cargo update

chore(deps): weekly cargo update #112

Workflow file for this run

name: Trunk
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
name: Trunk Check Runner
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Create virtual environment
run: uv venv
- name: Install cairo-lint
run: uv pip install python/cairo-lint
- name: Trunk Check
uses: trunk-io/trunk-action@v1