1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Fix double quoted strings in workflow

This commit is contained in:
A_D 2021-01-05 17:11:18 +02:00 committed by Athanasius
parent b3b72a05a8
commit 2ff06c15ab

View File

@ -37,7 +37,7 @@ jobs:
env:
ROOT_SHA: ${{github.base_ref}}
run: |
DATA=$(jq .before $GITHUB_EVENT_PATH)
DATA=$(jq --raw-output .before $GITHUB_EVENT_PATH)
# stop the build if there are Python syntax errors or undefined names, ignore existing
git diff "$DATA" | flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --diff