Skip to content

Merge pull request #178 from riffusion/hmartiro-patch-2 #26

Merge pull request #178 from riffusion/hmartiro-patch-2

Merge pull request #178 from riffusion/hmartiro-patch-2 #26

Workflow file for this run

name: black format
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable