Skip to content

Bump starlette from 0.41.3 to 0.47.0 #57

Bump starlette from 0.41.3 to 0.47.0

Bump starlette from 0.41.3 to 0.47.0 #57

Workflow file for this run

name: 🧹 Ruff linter checks
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check