Skip to content

fix: stream package files instead of reading them into memory #81

fix: stream package files instead of reading them into memory

fix: stream package files instead of reading them into memory #81

Workflow file for this run

---
name: Code Formatting
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install ruff based off pyproject.toml
uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 # v4.1.0
with:
args: "format --check --diff" # only check formatting here
version-file: "pyproject.toml"