1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-01 08:01:22 +03:00

Add 'set -x' to get feedback on all bash commands run

This commit is contained in:
Athanasius 2020-07-28 15:21:26 +01:00
parent d36e213ae2
commit 18ff1c0e3f

View File

@ -44,6 +44,8 @@ jobs:
BASE_REF: ${{github.base_ref}}
run: |
# Show all commands as run
set -x
# 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