File tree 3 files changed +2
-41
lines changed
3 files changed +2
-41
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,11 @@ jobs:
42
42
name : NPM Rebuild
43
43
command : npm install
44
44
- run :
45
- name : Run linting.
45
+ name : Run Linting
46
46
command : npm run lint
47
47
- run :
48
- name : Run NSP Security Check.
48
+ name : Run Security Check
49
49
command : npm run security
50
- - run :
51
- name : Validate Commit Messages
52
- command : npm run ci:lint:commits
53
50
workflows :
54
51
version : 2
55
52
validate :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
},
19
19
"scripts" : {
20
20
"ci:coverage" : " nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov" ,
21
- "ci:lint" : " npm run lint && npm run security" ,
22
- "ci:lint:commits" : " commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}" ,
23
21
"ci:test" : " npm run test" ,
24
- "commitlint" : " commitlint" ,
25
- "commitmsg" : " commitlint -e $GIT_PARAMS" ,
26
22
"lint" : " eslint lib test --fix --cache" ,
27
23
"lint-staged" : " lint-staged" ,
28
24
"security" : " npm audit --audit-level=moderate" ,
You can’t perform that action at this time.
0 commit comments