Skip to content

build(deps-dev): bump ty from 0.0.34 to 0.0.35 #3934

build(deps-dev): bump ty from 0.0.34 to 0.0.35

build(deps-dev): bump ty from 0.0.34 to 0.0.35 #3934

Workflow file for this run

name: REUSE Compliance Check
on:
workflow_dispatch:
push:
permissions:
contents: read
jobs:
reuse:
name: REUSE Compliance
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install uv and set the python version
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
python-version: '3.14'
activate-environment: true
- name: Install REUSE tool
run: |
uv pip install reuse==6.2.0
- name: Check REUSE compliance
run: reuse lint
- name: Upload REUSE output
if: failure()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: reuse-output
path: .reuse/