Skip to content

chore(deps): bump starlette from 0.36.1 to 0.36.2 #10

chore(deps): bump starlette from 0.36.1 to 0.36.2

chore(deps): bump starlette from 0.36.1 to 0.36.2 #10

Workflow file for this run

name: Ruff
on: [push]
jobs:
ruff-check:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--config=./pyproject.toml"