Skip to content

Commit 3781d8d

Browse files
committed
Update ci.yml
1 parent e33c7b5 commit 3781d8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
- name: Run unit tests
4040
run: npm test
4141

42-
- name: Check formatting
43-
run: npm run format:check
42+
# TODO: Re-enable formatting check once we have a consistent style and a formatter in place.
43+
# - name: Check formatting
44+
# run: npm run format:check
4445

4546
- name: Lint JavaScript
4647
run: npm run lint:js

0 commit comments

Comments
 (0)