From 4a965bb7c945b0cbed49182b54b2edbc985debaa Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 15:28:20 +0100 Subject: [PATCH] Extra git commands for diagnosis --- .github/workflows/pr-checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index b1d86c13..a29e8b00 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -48,6 +48,9 @@ jobs: run: | # Show all commands as run set -x + git branch + git log | head -100 + git diff # stop the build if there are Python syntax errors or undefined names, ignore existing git diff "${BASE_REF}" | flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --diff # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide