Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

Commit 6a1473c

Browse files
committed
Switch off clang-format for now
1 parent 7d5553a commit 6a1473c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
run: |
119119
sh travis_lua.sh
120120
- name: Clang Format (C++ files)
121+
if: 'false' # Don't run until fixed
121122
run: |
122123
clang-format --version
123124
echo "Base Ref: ${{ github.event.pull_request.base.ref }}"

0 commit comments

Comments
 (0)