Skip to content

Commit c2fb6ef

Browse files
committed
fix: fixed broken A11y ci
1 parent 1c53c68 commit c2fb6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/a11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pnpm install --frozen-lockfile
3030

3131
- name: Run JSX Accessibility Lint
32-
# run: pnpm eslint . --ext .js,.jsx,.ts,.tsx
32+
run: pnpm eslint . --ext .js,.jsx,.ts,.tsx
3333

3434
- name: Build App
3535
run: pnpm vite build

0 commit comments

Comments
 (0)