Skip to content

feat: add brutalist sparkline graphs for throughput and bandwidth his… #25

feat: add brutalist sparkline graphs for throughput and bandwidth his…

feat: add brutalist sparkline graphs for throughput and bandwidth his… #25

Workflow file for this run

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