Skip to content

Construct graph to validate task chain for cycles (#844) #1944

Construct graph to validate task chain for cycles (#844)

Construct graph to validate task chain for cycles (#844) #1944

Workflow file for this run

name: Black
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"