File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 - name : Security audit
3838 working-directory : Angular
39+ continue-on-error : true
3940 run : npm audit --audit-level=high
4041
4142 - name : Lint Angular
@@ -103,6 +104,7 @@ jobs:
103104
104105 - name : Security audit
105106 working-directory : React
107+ continue-on-error : true
106108 run : npm audit --audit-level=high
107109
108110 - name : Lint React
@@ -136,6 +138,7 @@ jobs:
136138
137139 - name : Security audit
138140 working-directory : Vue
141+ continue-on-error : true
139142 run : npm audit --audit-level=high
140143
141144 - name : Lint Vue
Original file line number Diff line number Diff line change 3636
3737 - name : Security audit
3838 working-directory : Angular
39+ continue-on-error : true
3940 run : npm audit --audit-level=high
4041
4142 - name : TSC Angular
6768
6869 - name : Security audit
6970 working-directory : React
71+ continue-on-error : true
7072 run : npm audit --audit-level=high
7173
7274 - name : TSC React
98100
99101 - name : Security audit
100102 working-directory : Vue
103+ continue-on-error : true
101104 run : npm audit --audit-level=high
102105
103106 - name : TSC Vue
You can’t perform that action at this time.
0 commit comments