Skip to content

Add a red ! to the prompt when system is reserved #7

Add a red ! to the prompt when system is reserved

Add a red ! to the prompt when system is reserved #7

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"