We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9df31 commit f0b86f9Copy full SHA for f0b86f9
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: "lts/*"
29
30
- name: Install dependencies
31
- run: npm ci
+ run: npm i -g oxlint oxfmt
32
33
- name: Beautify code
34
run: |
0 commit comments