Skip to content

Fix case-sensitive attachment filename matching (#71) #40

Fix case-sensitive attachment filename matching (#71)

Fix case-sensitive attachment filename matching (#71) #40

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv sync --group dev
- run: uv run ruff check src/
- run: uv run ruff format --check src/