This commit is contained in:
Ranjeet Kumar Ranjan 2022-09-26 14:21:48 +05:30
parent 1891fe0bbf
commit 5a98b20d1e

View File

@ -389,7 +389,7 @@ jobs:
HLINT_OPTIONS: lint
HLINT_TARGETS: core/src src test benchmark
command: |
bash -c "$PACKCHECK $BUILD" || exit 1
# bash -c "$PACKCHECK $BUILD" || exit 1
echo "Checking trailing spaces..."
count=$(find . -name "*.hs" -exec grep -H '\ $' {} \; | tee /dev/tty | wc -l)
exit $count