We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa0b2b commit 3138ca6Copy full SHA for 3138ca6
.github/workflows/Build.yml
@@ -13,17 +13,6 @@ env:
13
kphp_build_dir: /home/kitten/kphp/build
14
15
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
27
build-linux:
28
runs-on: ubuntu-latest
29
strategy:
0 commit comments