mirror of
https://github.com/codecov/codecov-action
synced 2026-05-18 05:03:25 +03: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