Skip to content

Merge branch 'i34-metadata-requests' of https://github.com/pacificcli… #216

Merge branch 'i34-metadata-requests' of https://github.com/pacificcli…

Merge branch 'i34-metadata-requests' of https://github.com/pacificcli… #216

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: ". --check"
version: "22.3.0"