Update main.yml

This commit is contained in:
earthonion
2025-12-25 09:32:25 -05:00
committed by GitHub
parent c4fc1b59a3
commit 4120e49589
+3 -3
View File
@@ -34,11 +34,11 @@ jobs:
- name: Install deps
run: npm install
- name: Prettier whitespace fix
run: npx prettier --write "**/*.{js,ts}"
#- name: Prettier whitespace fix
# run: npx prettier --write "**/*.{js,ts}"
- name: ESLint auto-fix
run: npx eslint . --fix || true
run: npx eslint . --fix
- uses: stefanzweifel/git-auto-commit-action@v5
with: