mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-08 15:30:05 +00:00
Do not automatically fix eslint issues
This commit is contained in:
parent
7e6a9d42b7
commit
26c5f5e6b3
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
|||
set -e
|
||||
|
||||
npm install
|
||||
npm run lint --fix
|
||||
npm run lint
|
||||
npm run build
|
||||
git add src/
|
||||
git add dist/
|
||||
git add package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue