From e10d9ae600c2c6763fe39f32b69f6515e29052ed Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Wed, 11 Dec 2019 11:51:43 -0500 Subject: [PATCH] testing black github action. Looks like black is not formating code on push as reported when testing locally. --- .github/workflows/black.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 006196691..46be03c26 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -7,3 +7,5 @@ jobs: - uses: actions/checkout@v1 - name: Black Code Formatter uses: lgeiger/black-action@master + with: + args: "." \ No newline at end of file