mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-16 13:20:32 +02:00
Added exception for prettier
This commit is contained in:
@@ -21,7 +21,7 @@ echo "Installing dependencies..."
|
|||||||
npm install --silent
|
npm install --silent
|
||||||
npm install --silent --global prettier
|
npm install --silent --global prettier
|
||||||
echo "Prettifing files..."
|
echo "Prettifing files..."
|
||||||
prettier $INPUT_PRETTIER_OPTIONS
|
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem prettifing your files"; exit 1;
|
||||||
|
|
||||||
if ! git diff --quiet
|
if ! git diff --quiet
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user