Skip to content

Add support for sweep.yml as an alternative to the default `sweep.y… #1

Add support for sweep.yml as an alternative to the default `sweep.y…

Add support for sweep.yml as an alternative to the default `sweep.y… #1

Workflow file for this run

name: Black Formatter
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Black
run: |
pip install black
black .