Skip to content

Angel/ability to remove user from web (#44) #17

Angel/ability to remove user from web (#44)

Angel/ability to remove user from web (#44) #17

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"