Update main.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user