We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a01f2 commit 880e817Copy full SHA for 880e817
.github/workflows/build.yaml
@@ -27,8 +27,7 @@ jobs:
27
28
- name: Run Clang Format Check
29
run: |
30
- git fetch origin master
31
- git clang-format origin/master --diff --quiet
+ git clang-format --diff --quiet
32
if [ $? -ne 0 ]; then
33
echo "ERROR: Code is not properly formatted."
34
echo "Please run clang-format locally and commit the changes."
@@ -45,7 +44,6 @@ jobs:
45
44
- macos-14
46
- macos-15
47
runs-on: ${{ matrix.platform }}
48
- needs: clang-format-check
49
timeout-minutes: 10
50
steps:
51
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
0 commit comments