mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 00:11:44 +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
|
set -e
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
npm run lint --fix
|
npm run lint
|
||||||
npm run build
|
npm run build
|
||||||
git add src/
|
|
||||||
git add dist/
|
git add dist/
|
||||||
git add package-lock.json
|
git add package-lock.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue