Skip to content

Update .github/workflows/windows_build.yml #2075

Update .github/workflows/windows_build.yml

Update .github/workflows/windows_build.yml #2075

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@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install uv and set the python version
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
with:
python-version: '3.13'
activate-environment: true
- name: Install REUSE tool
run: |
uv pip install reuse
- name: Check REUSE compliance
run: reuse lint
- name: Upload REUSE output
if: failure()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: reuse-output
path: .reuse/