Skip to content

Commit 6887642

Browse files
committed
run prettier in ci
1 parent 6224ad9 commit 6887642

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- run: yarn
2424

25+
- run: yarn prettier --check .
26+
2527
- run: yarn lint
2628

2729
test:

.prettierrc.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useTabs": true,
3+
}

0 commit comments

Comments
 (0)