mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix wrong script path in check_style.sh
- The script is actually in a subdirectory.
This commit is contained in:
parent
46bb81d7ae
commit
66d27f1ac6
@ -27,7 +27,7 @@ if [[ "$WHITESPACE" != "" ]]
|
|||||||
then
|
then
|
||||||
echo "Error: Trailing whitespace found:" | tee -a "$ERROR_LOG"
|
echo "Error: Trailing whitespace found:" | tee -a "$ERROR_LOG"
|
||||||
echo "$WHITESPACE" | tee -a "$ERROR_LOG"
|
echo "$WHITESPACE" | tee -a "$ERROR_LOG"
|
||||||
scripts/post_style_errors_on_github.sh "$ERROR_LOG"
|
scripts/ci/post_style_errors_on_github.sh "$ERROR_LOG"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ if [[ "$FORMATERROR" != "" ]]
|
|||||||
then
|
then
|
||||||
echo "Coding style error:" | tee -a "$ERROR_LOG"
|
echo "Coding style error:" | tee -a "$ERROR_LOG"
|
||||||
echo "$FORMATERROR" | tee -a "$ERROR_LOG"
|
echo "$FORMATERROR" | tee -a "$ERROR_LOG"
|
||||||
scripts/post_style_errors_on_github.sh "$ERROR_LOG"
|
scripts/ci/post_style_errors_on_github.sh "$ERROR_LOG"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user