[Sweep GHA Fix] Fix the failing GitHub Actions on 7c67f79 (main) #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the failing GitHub Actions run on commit 7c67f79 (main). The failure was caused by an error in the
cmake-format
command and an unexpected QUOTED_LITERAL token in theCMakeLists.txt
file. The necessary modifications have been made to handle the error and provide a fix for the token.Summary of Changes
scripts/cmake_format_all.sh
to handle the error in thecmake-format
command and print an error message if the exit code is non-zero.scripts/check_changelog_format.py
to handle the error related to the unexpected QUOTED_LITERAL token in theCMakeLists.txt
file and print a descriptive error message.Please review and merge this PR to resolve the failing GitHub Actions run.