Skip to content

Allow admins to kick members from a team #55

Allow admins to kick members from a team

Allow admins to kick members from a team #55

Workflow file for this run

name: Check Formatting
on: [pull_request]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."
version: "~= 23.0"