Skip to content

Upgrade API dependencies, add Senty.io support, remove FastAPI analytics #326

Upgrade API dependencies, add Senty.io support, remove FastAPI analytics

Upgrade API dependencies, add Senty.io support, remove FastAPI analytics #326

Workflow file for this run

name: Ruff
on:
push:
paths:
- "**.py"
- ".github/workflows/**"
pull_request:
paths:
- "**.py"
- ".github/workflows/**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1