File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 working-directory : Angular
3535 run : npm install --no-fund
3636
37- - name : Security audit
38- working-directory : Angular
39- run : npm audit --audit-level=high
4037 continue-on-error : true
4138
4239 - name : Lint Angular
6865 working-directory : jQuery
6966 run : npm install --no-fund
7067
71- - name : Security audit
72- working-directory : jQuery
73- run : npm audit --audit-level=high
7468 continue-on-error : true
7569
7670 - name : Lint jQuery
10296 working-directory : React
10397 run : npm install --no-fund
10498
105- - name : Security audit
106- working-directory : React
107- run : npm audit --audit-level=high
10899 continue-on-error : true
109100
110101 - name : Lint React
@@ -136,9 +127,6 @@ jobs:
136127 working-directory : Vue
137128 run : npm install --no-fund
138129
139- - name : Security audit
140- working-directory : Vue
141- run : npm audit --audit-level=high
142130 continue-on-error : true
143131
144132 - name : Lint Vue
Original file line number Diff line number Diff line change 3434 working-directory : Angular
3535 run : npm install --no-fund
3636
37- - name : Security audit
38- working-directory : Angular
39- run : npm audit --audit-level=high
4037 continue-on-error : true
4138
4239 - name : TSC Angular
6663 working-directory : React
6764 run : npm install --no-fund
6865
69- - name : Security audit
70- working-directory : React
71- run : npm audit --audit-level=high
7266 continue-on-error : true
7367
7468 - name : TSC React
9892 working-directory : Vue
9993 run : npm install --no-fund
10094
101- - name : Security audit
102- working-directory : Vue
103- run : npm audit --audit-level=high
10495 continue-on-error : true
10596
10697 - name : TSC Vue
You can’t perform that action at this time.
0 commit comments