Skip to content

Commit f0b86f9

Browse files
committed
fix formatter
1 parent 8a9df31 commit f0b86f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: "lts/*"
2929

3030
- name: Install dependencies
31-
run: npm ci
31+
run: npm i -g oxlint oxfmt
3232

3333
- name: Beautify code
3434
run: |

0 commit comments

Comments
 (0)