Skip to content

Commit 5c93f25

Browse files
committed
fix: enable Prettier check in CI and comment out ESLint step
1 parent e4afb33 commit 5c93f25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
- name: Install deps (CI)
4242
run: npm ci
4343

44-
# - name: Prettier check
45-
# run: npm run format:check
44+
- name: Prettier check
45+
run: npm run format:check
4646

47-
- name: ESLint
48-
run: npm run lint
47+
# - name: ESLint
48+
# run: npm run lint
4949

5050
- name: Run tests (no watch) with coverage + summary
5151
run: |

0 commit comments

Comments
 (0)