Skip to content

Added link tracks to all download options #6888

Added link tracks to all download options

Added link tracks to all download options #6888

Workflow file for this run

name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff==0.6.2
- run: ruff check --output-format=github .