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
40-
4137 - name : Lint Angular
4238 working-directory : Angular
4339 env :
6763 working-directory : jQuery
6864 run : npm install --no-fund
6965
70- - name : Security audit
71- working-directory : jQuery
72- continue-on-error : true
73- run : npm audit --audit-level=high
74-
7566 - name : Lint jQuery
7667 working-directory : jQuery
7768 env :
@@ -101,10 +92,6 @@ jobs:
10192 working-directory : React
10293 run : npm install --no-fund
10394
104- - name : Security audit
105- working-directory : React
106- run : npm audit --audit-level=high
107-
10895 - name : Lint React
10996 working-directory : React
11097 env :
@@ -134,10 +121,6 @@ jobs:
134121 working-directory : Vue
135122 run : npm install --no-fund
136123
137- - name : Security audit
138- working-directory : Vue
139- run : npm audit --audit-level=high
140-
141124 - name : Lint Vue
142125 working-directory : Vue
143126 env :
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
40-
4137 - name : TSC Angular
4238 working-directory : Angular
4339 run : npm run build
6561 working-directory : React
6662 run : npm install --no-fund
6763
68- - name : Security audit
69- working-directory : React
70- run : npm audit --audit-level=high
71-
7264 - name : TSC React
7365 working-directory : React
7466 run : npm run build
9688 working-directory : Vue
9789 run : npm install --no-fund
9890
99- - name : Security audit
100- working-directory : Vue
101- run : npm audit --audit-level=high
102-
10391 - name : TSC Vue
10492 working-directory : Vue
10593 run : npm run type-check
You can’t perform that action at this time.
0 commit comments