Skip to content

Commit

Permalink
remove clang-format to different PR
Browse files Browse the repository at this point in the history
  • Loading branch information
andarut committed Aug 28, 2024
1 parent caa0b2b commit 3138ca6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ env:
kphp_build_dir: /home/kitten/kphp/build

jobs:
# clang-format:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Install clang-format
# run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
# apt-get update && apt-get install clang-format-18
# - name: debug
# run: which clang-format-18
# - name: Run clang-format
# run: find ./runtime-light/ -iname '*.h' -o -iname '*.cpp' | xargs clang-format-18 --dry-run -Werror
build-linux:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 3138ca6

Please sign in to comment.