Update ESLint command to use bunx

This commit is contained in:
pacnpal
2025-10-29 20:35:18 -04:00
committed by GitHub
parent 40d19d7e5f
commit 27699a2502

View File

@@ -24,7 +24,7 @@ jobs:
run: bun install
- name: Run ESLint fix
run: npx eslint src --fix
run: bunx eslint --fix .
continue-on-error: false
- name: Run ESLint