From a36a800b45d105b6f6dced7c250f0e5efeb178f9 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 28 Sep 2020 10:53:00 -0400 Subject: [PATCH] named black --- .github/workflows/black_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black_check.yml b/.github/workflows/black_check.yml index ab2a435..a36b5f2 100644 --- a/.github/workflows/black_check.yml +++ b/.github/workflows/black_check.yml @@ -3,7 +3,7 @@ # Othewrwise, Black is run and its changes are committed back to the incoming pull request. # https://github.com/cclauss/autoblack -name: autoblack +name: black on: [push, pull_request] jobs: build: