Skip to content

fix: get_optional_user must use optional_oauth #117

fix: get_optional_user must use optional_oauth

fix: get_optional_user must use optional_oauth #117

Workflow file for this run

name: ruff
on:
push:
paths:
- "backend/src/**"
pull_request:
paths:
- "backend/src/**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: "${{ github.workspace }}/backend/src"
args: --ignore D102