Skip to content

fix: range-aware passthrough for Scylla manifest UploadPartCopy (#122) #323

fix: range-aware passthrough for Scylla manifest UploadPartCopy (#122)

fix: range-aware passthrough for Scylla manifest UploadPartCopy (#122) #323

Workflow file for this run

name: Lint
on:
push:
jobs:
ruff:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v7
- name: Install ruff
run: pipx install ruff
- name: Ruff check
run: ruff check .
- name: Ruff format
run: ruff format --check .