Skip to content

feat: write delete user from web and tests #15

feat: write delete user from web and tests

feat: write delete user from web and tests #15

Workflow file for this run

name: Ruff
on: [push]
jobs:
ruff-check:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--config=./pyproject.toml"