Skip to content

chore: Release version 0.3.6 #11

chore: Release version 0.3.6

chore: Release version 0.3.6 #11

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python 3.10
run: uv python install 3.10
- name: Install dependencies
run: uv sync --group dev
- name: Check formatting
run: uv run ruff format --check bcb/ tests/
- name: Lint
run: uv run ruff check bcb/ tests/
- name: Type check
run: uv run mypy bcb/