Skip to content

Commit b9e8a3c

Browse files
AnsonhkgCopilot
andauthored
Update .github/workflows/lint.yml
Co-authored-by: Copilot <[email protected]> Signed-off-by: Anson <[email protected]>
1 parent 83e2f3e commit b9e8a3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ jobs:
5353
run: |
5454
echo "Running format check..."
5555
# Use prettier directly to avoid NX git issues
56-
npx prettier --check .
57-
echo "Format check passed!"
56+
npx prettier --check . && echo "Format check passed!"

0 commit comments

Comments
 (0)