You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a weird one.. I found a solution for the problem, but not why it doesn't fail on this. This is the call I make prettier $INPUT_PRETTIER_OPTIONS \ || { PRETTIER_RESULT=$?; echo "Problem running prettier with $INPUT_PRETTIER_OPTIONS"; exit 1; } which fails if prettier fails with error code. But maybe it doesn't fail with an error code?
Update: This is due to the dry-run. Dry-run feature only shows but doesn't actually fail the action. As per documentation it should also fail the action.
What exactly happened?
Steps to reproduce the behavior:
Setup incorrect config, I guess.
What should've happened?
Action should've failed.
How did it look?
Where did you encounter the problem?
The text was updated successfully, but these errors were encountered: