Commit d8a94d8
committed
chore: Remove Prettier format check from simple-ci workflow
- Remove 'Check code formatting' step from .github/workflows/simple-ci.yml
- This prevents CI failures due to formatting issues
- ESLint and TypeScript checks remain active for code quality
- Format check still available manually via npm run format:check
This resolves CI failures while maintaining code quality checks.1 parent 18ebbb0 commit d8a94d8
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments