Skip to content

Update black

Update black #427

Workflow file for this run

name: umcu uploader ci/cd
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
pip install -r requirements/test.txt
- name: Format Check
run: |
black --check uploader/