mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Print every changed file on new line (#12412)
This commit is contained in:
parent
5d4b1ecd3b
commit
7e2e82d956
@ -8,7 +8,7 @@ if [ "$1" = "--changed" ]; then
|
|||||||
echo "================================================="
|
echo "================================================="
|
||||||
echo "FILES CHANGED (git diff upstream/dev --name-only)"
|
echo "FILES CHANGED (git diff upstream/dev --name-only)"
|
||||||
echo "================================================="
|
echo "================================================="
|
||||||
echo $files
|
printf "%s\n" $files
|
||||||
echo "================"
|
echo "================"
|
||||||
echo "LINT with flake8"
|
echo "LINT with flake8"
|
||||||
echo "================"
|
echo "================"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user