Skip to content

reorganisation of server code #25

reorganisation of server code

reorganisation of server code #25

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "resman.py"