1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-13 05:42:10 +03:00

Extra git commands for diagnosis

This commit is contained in:
Athanasius 2020-07-28 15:28:20 +01:00
parent 3f97588ab6
commit 4a965bb7c9

View File

@ -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