Skip to content

Commit 96bc828

Browse files
Add Spell Check summary to reusable workflow (#950)
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent b11bb36 commit 96bc828

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
@@ -189,6 +189,10 @@ jobs:
189189
workspace_dependencies: ''
190190
test_report_artifact: ${{ format('test_report_{0}_{1}_{2}', inputs.label, github.job, join(matrix.*, '_')) }}
191191

192+
- name: Spelling check summary
193+
if: ${{ !cancelled() && inputs.run-tests == true }}
194+
run: find build -type f -iname "*.spelling" -exec cat {} \;
195+
192196
- name: Fast DDS Docs test summary
193197
uses: eProsima/eProsima-CI/multiplatform/junit_summary@v0
194198
if: ${{ !cancelled() && inputs.run-tests == true }}

0 commit comments

Comments
 (0)