Skip to content

Modified README.md: Added usage information for the server #11

Modified README.md: Added usage information for the server

Modified README.md: Added usage information for the server #11

Workflow file for this run

name: Black python formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"