Skip to content

Revert hospital model to original version #68

Revert hospital model to original version

Revert hospital model to original version #68

Workflow file for this run

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