Skip to content

Add support for a menu of SSO login options #43

Add support for a menu of SSO login options

Add support for a menu of SSO login options #43

Workflow file for this run

name: Lint codebase
on:
push:
branches: main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Critical lint Python
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
changed-files: 'true'