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

Commit

Permalink
Switch off clang-format for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zach2good committed Sep 19, 2020
1 parent 7d5553a commit 6a1473c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
run: |
sh travis_lua.sh
- name: Clang Format (C++ files)
if: 'false' # Don't run until fixed
run: |
clang-format --version
echo "Base Ref: ${{ github.event.pull_request.base.ref }}"
Expand Down

0 comments on commit 6a1473c

Please sign in to comment.