Skip to content

Commit 880e817

Browse files
chore: addresses comments changes
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent c1a01f2 commit 880e817

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727

2828
- name: Run Clang Format Check
2929
run: |
30-
git fetch origin master
31-
git clang-format origin/master --diff --quiet
30+
git clang-format --diff --quiet
3231
if [ $? -ne 0 ]; then
3332
echo "ERROR: Code is not properly formatted."
3433
echo "Please run clang-format locally and commit the changes."
@@ -45,7 +44,6 @@ jobs:
4544
- macos-14
4645
- macos-15
4746
runs-on: ${{ matrix.platform }}
48-
needs: clang-format-check
4947
timeout-minutes: 10
5048
steps:
5149
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

0 commit comments

Comments
 (0)