Skip to content

working sample graph definition #141

working sample graph definition

working sample graph definition #141

Workflow file for this run

name: Format code using Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
src: "./alab_management"