Skip to content

Commit 1b75f5f

Browse files
committed
ci: do not require test.format
1 parent 4f28581 commit 1b75f5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Install dependencies
4444
run: npm install
4545

46-
- name: Format ✨
47-
run: npm run test.format
46+
# - name: Format ✨
47+
# run: npm run test.format
4848

4949
- name: Lint ✨
5050
run: npm run test.lint

0 commit comments

Comments
 (0)