We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e3afe commit 997070fCopy full SHA for 997070f
.github/workflows/lint.yml
@@ -53,15 +53,5 @@ jobs:
53
run: |
54
echo "Running format check..."
55
# Use prettier directly to avoid NX git issues
56
- npx prettier --check . || {
57
- echo "Format check failed. Running prettier --write to fix issues..."
58
- npx prettier --write .
59
- echo "Checking again after formatting..."
60
61
- echo "Still failing after auto-format. Manual intervention needed."
62
- exit 1
63
- }
64
- echo "Auto-formatting successful. All files are now properly formatted."
65
- echo "Note: Some files were auto-formatted. Consider committing these changes in your next commit."
66
+ npx prettier --check .
67
echo "Format check passed!"
0 commit comments