Skip to content

Merge main into sweep/feature/chunking-map-support #6021

Merge main into sweep/feature/chunking-map-support

Merge main into sweep/feature/chunking-map-support #6021

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 .