File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 41
41
run : yarn workspace ${{ matrix.workspace }} start &
42
42
- name : Audit
43
43
run : node scripts/audit-implementation.mjs implementations/${{ matrix.workspace }}
44
+ - name : Summary
45
+ run : cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
44
46
- name : Upload audit report
45
47
uses : actions/upload-artifact@v3
46
48
with :
93
95
run : yarn workspace ${{ matrix.workspace }} start -d --wait
94
96
- name : Audit
95
97
run : node scripts/audit-implementation.mjs implementations/${{ matrix.workspace }}
98
+ - name : Summary
99
+ run : cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
96
100
- name : Upload audit report
97
101
uses : actions/upload-artifact@v3
98
102
with :
@@ -131,6 +135,8 @@ jobs:
131
135
run : yarn build:esm
132
136
- name : Audit
133
137
run : node scripts/audit-implementation.mjs implementations/${{ matrix.workspace.name }}
138
+ - name : Summary
139
+ run : cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
134
140
- name : Upload audit report
135
141
uses : actions/upload-artifact@v3
136
142
with :
You can’t perform that action at this time.
0 commit comments