Skip to content

re-enabled file size check when reading binary files #6

re-enabled file size check when reading binary files

re-enabled file size check when reading binary files #6

Workflow file for this run

name: Ruff Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check .