Skip to content

BUG/ENH Additional Options for Airflow Operator Config and Run-time DAGs #178

BUG/ENH Additional Options for Airflow Operator Config and Run-time DAGs

BUG/ENH Additional Options for Airflow Operator Config and Run-time DAGs #178

Workflow file for this run

name: Black-format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--verbose"
src: "./lute"