mirror of
https://github.com/codecov/codecov-action
synced 2026-09-07 20:03:43 +00:00
Do not automatically fix eslint issues
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user