Skip to content

Commit 7e97e31

Browse files
committed
Add clang-tidy badge
1 parent 7007730 commit 7e97e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
echo "Generated **$REPORT_HTML** (fail-on=warnings after suppressions).";
139139
} >> "$GITHUB_STEP_SUMMARY"
140140
141-
- name: workspace file check
141+
- name: Workspace file check
142142
if: always()
143143
run: |
144144
echo "=== WORKSPACE TREE (max 4 levels) ==="

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for a full list of features.
2626
| MS PREfast | [![Microsoft C++ Code Analysis](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/msvc.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/msvc.yml) |
2727
| CodeQL | [![CodeQL](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/codeql.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/codeql.yml) |
2828
| Quneiform | [![i18n-check](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/i18n-check.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/i18n-check.yml) |
29-
29+
| clang-tidy | [![clang-tidy](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/clang-tidy.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/clang-tidy.yml) |
3030

3131
| Documentation Checks | Result |
3232
| ------------- | ------------- |

0 commit comments

Comments
 (0)