Skip to content

Commit d57d252

Browse files
Add Spell Check summary to reusable workflow (#950) (#955)
Signed-off-by: Miguel Company <miguelcompany@eprosima.com> (cherry picked from commit 96bc828) Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 7ffe353 commit d57d252

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ jobs:
186186
workspace_dependencies: ''
187187
test_report_artifact: ${{ format('test_report_{0}_{1}_{2}', inputs.label, github.job, join(matrix.*, '_')) }}
188188

189+
- name: Spelling check summary
190+
if: ${{ !cancelled() && inputs.run-tests == true }}
191+
run: find build -type f -iname "*.spelling" -exec cat {} \;
192+
189193
- name: Fast DDS Docs test summary
190194
uses: eProsima/eProsima-CI/multiplatform/junit_summary@v0
191195
if: ${{ !cancelled() && inputs.run-tests == true }}

0 commit comments

Comments
 (0)