Skip to content

feat: simplify the fan-in/fan-out logic #187

feat: simplify the fan-in/fan-out logic

feat: simplify the fan-in/fan-out logic #187

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Run linter
shell: bash
run: |
uv sync --all-extras
uv run -- pre-commit run -a