Skip to content

feat: implement shared authentication instance and token management f… #239

feat: implement shared authentication instance and token management f…

feat: implement shared authentication instance and token management f… #239

Workflow file for this run

name: ruff
on:
pull_request:
push:
jobs:
lint:
name: Lint with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "check"
format:
name: Format with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "format --preview --check"