Skip to content

Commit

Permalink
fixup! formatting: step 5 - add formatter check to the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <[email protected]>
  • Loading branch information
zyv committed Feb 2, 2025
1 parent 0651bdd commit 1bee193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
--enable-werror \
&& \
\
echo "Checking formatting..." \
clang-format --version \
echo "Checking formatting..." && \
clang-format --version && \
make indent && \
git diff --exit-code && \
\
Expand Down

0 comments on commit 1bee193

Please sign in to comment.