Skip to content

Merge pull request #22 from gadorlhiac/ENH/tp_results #142

Merge pull request #22 from gadorlhiac/ENH/tp_results

Merge pull request #22 from gadorlhiac/ENH/tp_results #142

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"