mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 09:11:12 -05:00
Add ESLint fix step to lint workflow
Added step to run ESLint with auto-fix option.
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -23,6 +23,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Run ESLint fix
|
||||
run: npx eslint src --fix
|
||||
continue-on-error: false
|
||||
|
||||
- name: Run ESLint
|
||||
run: bun run lint
|
||||
continue-on-error: false
|
||||
|
||||
Reference in New Issue
Block a user