mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +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…
Reference in a new issue