Skip to content

Commit 3138ca6

Browse files
committed
remove clang-format to different PR
1 parent caa0b2b commit 3138ca6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/Build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ env:
1313
kphp_build_dir: /home/kitten/kphp/build
1414

1515
jobs:
16-
# clang-format:
17-
# runs-on: ubuntu-latest
18-
# steps:
19-
# - uses: actions/checkout@v3
20-
# - name: Install clang-format
21-
# run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
22-
# apt-get update && apt-get install clang-format-18
23-
# - name: debug
24-
# run: which clang-format-18
25-
# - name: Run clang-format
26-
# run: find ./runtime-light/ -iname '*.h' -o -iname '*.cpp' | xargs clang-format-18 --dry-run -Werror
2716
build-linux:
2817
runs-on: ubuntu-latest
2918
strategy:

0 commit comments

Comments
 (0)