From 029bd46e5c6d4e8b1ae647ed3b4d1917ac3cd793 Mon Sep 17 00:00:00 2001 From: Tian Chu Date: Thu, 5 Aug 2021 10:17:50 -0400 Subject: [PATCH] Output the black diff (#481) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d80e854f3..09bc24389 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Check formatting with Black run: | pip install black - black --check ./aws/logs_monitoring + black --check --diff ./aws/logs_monitoring - name: Setup Cloud Formation Linter with Latest Version uses: scottbrenner/cfn-lint-action@v2