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