Skip to content

Commit 4587281

Browse files
committed
fix ci
1 parent d7eb542 commit 4587281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lintcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
node-version: 20
1212
cache: 'npm'
1313
- run: npm ci
14-
- run: npx prettier . --check
14+
- run: npx oxfmt --check
1515
- run: npm run lint

0 commit comments

Comments
 (0)