Skip to content

Commit 891b86a

Browse files
committed
ci: use job summary for audit reports
Closes #7
1 parent 1e042a7 commit 891b86a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/audits.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: yarn workspace ${{ matrix.workspace }} start &
4242
- name: Audit
4343
run: node scripts/audit-implementation.mjs implementations/${{ matrix.workspace }}
44+
- name: Summary
45+
run: cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
4446
- name: Upload audit report
4547
uses: actions/upload-artifact@v3
4648
with:
@@ -93,6 +95,8 @@ jobs:
9395
run: yarn workspace ${{ matrix.workspace }} start -d --wait
9496
- name: Audit
9597
run: node scripts/audit-implementation.mjs implementations/${{ matrix.workspace }}
98+
- name: Summary
99+
run: cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
96100
- name: Upload audit report
97101
uses: actions/upload-artifact@v3
98102
with:
@@ -131,6 +135,8 @@ jobs:
131135
run: yarn build:esm
132136
- name: Audit
133137
run: node scripts/audit-implementation.mjs implementations/${{ matrix.workspace.name }}
138+
- name: Summary
139+
run: cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
134140
- name: Upload audit report
135141
uses: actions/upload-artifact@v3
136142
with:

0 commit comments

Comments
 (0)