Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Merge branch 'Johnnybyzhang-uwsgi-imp' of https://github.com/FedCampu… #6

Merge branch 'Johnnybyzhang-uwsgi-imp' of https://github.com/FedCampu…

Merge branch 'Johnnybyzhang-uwsgi-imp' of https://github.com/FedCampu… #6

Workflow file for this run

on:
push:
paths:
- '.github/workflows/black.yml'
- '**.py'
jobs:
Black:
name: Check Black format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"