mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 12:50:31 +02:00
Removed prettier catch
This commit is contained in:
@@ -41,7 +41,7 @@ npm install --silent --global prettier
|
|||||||
|
|
||||||
echo "Prettifing files..."
|
echo "Prettifing files..."
|
||||||
echo "Files:"
|
echo "Files:"
|
||||||
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem while prettifying your files with options $INPUT_PRETTIER_OPTIONS."
|
prettier $INPUT_PRETTIER_OPTIONS
|
||||||
|
|
||||||
# To keep runtime good, just continue if something was changed
|
# To keep runtime good, just continue if something was changed
|
||||||
if ! $INPUT_DRY && _git_changed;
|
if ! $INPUT_DRY && _git_changed;
|
||||||
|
|||||||
Reference in New Issue
Block a user