Skip to content

Commit 254f287

Browse files
committed
#21 fixed format lint report processing
1 parent 4d45324 commit 254f287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeChecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "==================Uploading cmake-format report====================================="
115115
cat ./cmake-format-report.txt
116116
echo "==================Running cmakelint====================================="
117-
for file in $FILES; do cmakelint $file || exit 1; done >> ./cmakelint-format-report.txt
117+
for file in $FILES; do cmakelint $file >> ./cmakelint-format-report.txt; done
118118
- name: Upload cmake-format report to git hub storage to use later
119119
uses: actions/upload-artifact@v4
120120
with:

0 commit comments

Comments
 (0)