Skip to content

Commit 05528ce

Browse files
committed
Only run clang-format in ubuntu
1 parent a91efa8 commit 05528ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
echo "LIBZMQ=${PWD}/libzmq-build" >> ${GITHUB_ENV}
134134
135135
- name: format
136+
if: ${{ startsWith(matrix.os, 'ubuntu') }}
136137
run: |
137138
clang-format --version
138139
git ls-files | grep -E '\.(cpp|hpp)' | xargs clang-format --dry-run --Werror

0 commit comments

Comments
 (0)