Skip to content

Merge pull request #21 from gadorlhiac/ENH/yaml_substitutions #134

Merge pull request #21 from gadorlhiac/ENH/yaml_substitutions

Merge pull request #21 from gadorlhiac/ENH/yaml_substitutions #134

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"