Skip to content

fix(MAVFTP): fix MAVFTP file transfers on slow telemetry links #3315

fix(MAVFTP): fix MAVFTP file transfers on slow telemetry links

fix(MAVFTP): fix MAVFTP file transfers on slow telemetry links #3315

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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
name: reuse-output
path: .reuse/