Skip to content

BUG Airflow/ARP bugs (Part 2) #58

BUG Airflow/ARP bugs (Part 2)

BUG Airflow/ARP bugs (Part 2) #58

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"