Skip to content

fix: dedupe auth logic & patch potential timing attack #12

fix: dedupe auth logic & patch potential timing attack

fix: dedupe auth logic & patch potential timing attack #12

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1