Skip to content

Commit 80ada68

Browse files
committed
chore: update Oxlint command to use npm exec
1 parent 8be9bd9 commit 80ada68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
.prettierignore
5050

5151
- name: 🔍 Run Oxlint --fix
52-
run: oxlint . --fix
52+
run: npm exec -- oxlint . --fix
5353

5454
- name: 💾 Commit changes
5555
run: |

0 commit comments

Comments
 (0)