Skip to content

TST Framework for running functional tests on S3DF #549

TST Framework for running functional tests on S3DF

TST Framework for running functional tests on S3DF #549

Workflow file for this run

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