We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d45324 commit 254f287Copy full SHA for 254f287
1 file changed
.github/workflows/codeChecks.yml
@@ -114,7 +114,7 @@ jobs:
114
echo "==================Uploading cmake-format report====================================="
115
cat ./cmake-format-report.txt
116
echo "==================Running cmakelint====================================="
117
- for file in $FILES; do cmakelint $file || exit 1; done >> ./cmakelint-format-report.txt
+ for file in $FILES; do cmakelint $file >> ./cmakelint-format-report.txt; done
118
- name: Upload cmake-format report to git hub storage to use later
119
uses: actions/upload-artifact@v4
120
with:
0 commit comments