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:
parent
d36e213ae2
commit
18ff1c0e3f
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user