From 2c8602b3f94f858035c5c580f986d0eb3735f8f8 Mon Sep 17 00:00:00 2001 From: cidrblock Date: Mon, 12 Oct 2020 12:11:35 -0700 Subject: [PATCH] Add diff to black --- .github/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 43add20..f506ca2 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -200,4 +200,4 @@ jobs: run: pip install black - name: Run black --check - run: black -l79 --check ansible_collections/ansible/utils \ No newline at end of file + run: black -l79 --diff --check ansible_collections/ansible/utils \ No newline at end of file