style: fixes log message

This commit is contained in:
Fabricio Sander
2021-03-25 20:13:05 -03:00
parent b40e4ba1c8
commit 0e4ccc84cf

View File

@@ -49,7 +49,7 @@ if [ -n "$INPUT_PRETTIER_PLUGINS" ]; then
npm install --silent --global $INPUT_PRETTIER_PLUGINS
fi
echo "Prettifing files..."
echo "Prettifying files..."
echo "Files:"
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem running prettier with $INPUT_PRETTIER_OPTIONS"
PRETTIER_RESULT=$?