[ci] error in clang-format-check job
The clang-format-check job bash script part has an error where the error can be seen in recent pipelines:
https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/jobs/161097#L723==
is used instead of -eq
to check the exit code of the script,
/usr/bin/bash: line 178: [: ==: unary operator expected
Edited by Archit Tamarapu