Skip to content

fix: emit listing LastModified as RFC3339 'Z' (rclone rejects +00:00)… #209

fix: emit listing LastModified as RFC3339 'Z' (rclone rejects +00:00)…

fix: emit listing LastModified as RFC3339 'Z' (rclone rejects +00:00)… #209

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 .