Skip to content

Commit

Permalink
[CI/C++ linter] show step-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
nhusung committed Oct 13, 2024
1 parent 6781195 commit 7084b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
style: "file" # Use .clang-format config file
tidy-checks: "" # Use .clang-tidy config file
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
step-summary: true
- name: Fail Fast?!
if: steps.linter.outputs.checks-failed > 0
run: exit 1
Expand Down

0 comments on commit 7084b14

Please sign in to comment.