Skip to content

Fix: resolve conflict between Single User Mode and OAuth 2.1 #461

Fix: resolve conflict between Single User Mode and OAuth 2.1

Fix: resolve conflict between Single User Mode and OAuth 2.1 #461

Workflow file for this run

name: Ruff Check
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Install dependencies
run: uv sync
- name: Run ruff check
run: uv run ruff check