Skip to content

Add Async support with AsyncClient and AsyncOauthClient #5 #6

Add Async support with AsyncClient and AsyncOauthClient #5

Add Async support with AsyncClient and AsyncOauthClient #5 #6

Workflow file for this run

name: qa
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install dependencies
run: poetry install --no-interaction
- name: Lint
run: poetry run ruff check .