Skip to content

Commit 93aec8e

Browse files
committed
fix: fix incorrect value in workflow
1 parent 9567c3d commit 93aec8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
# Step 5: Check code formatting (using Prettier)
4040
- name: Check code formatting with Prettier
4141
run: |
42-
npx prettier --check "src/**/*.{js,jsx,ts,tsx}"
42+
npx prettier --check "app/**/*.{js,jsx,ts,tsx}"
4343
working-directory: frontend

0 commit comments

Comments
 (0)