Skip to content

Commit

Permalink
CI(clang-format): Edit text in job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Mar 6, 2024
1 parent fc74626 commit d606f67
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ jobs:
if: ${{ steps.verify-changed-files.outputs.files_changed == 'true' }}
run: |
{
echo '' >> "$GITHUB_STEP_SUMMARY"
echo ''
echo 'Suggestions can only be added near to lines changed in this PR.'
echo 'All these fixed files are included in the artifact.'
echo 'The artifact can be downloaded and copied to the the repository'
echo 'to replace unformatted files with the formatted files.'
echo 'All these fixed files are included in the artifact. The artifact can be downloaded and copied to the the repository to replace unformatted files with the formatted files.'
} >> "$GITHUB_STEP_SUMMARY"
exit 1
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
Expand Down

0 comments on commit d606f67

Please sign in to comment.