Skip to content

Report correct file sizes in inspect #22

Report correct file sizes in inspect

Report correct file sizes in inspect #22

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main, test]
jobs:
pre-commit:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]