Skip to content

Commit a07c01a

Browse files
committed
Stick with just build for now
1 parent 75cad97 commit a07c01a

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/patcher-darwin.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,3 @@ jobs:
2828
with:
2929
name: patcher-darwin
3030
path: patcher-darwin/build/PeacockPatcher
31-
32-
clang-tidy:
33-
name: clang-tidy
34-
runs-on: macos-latest
35-
36-
steps:
37-
- name: Checkout repository
38-
uses: actions/checkout@v6.0.2
39-
40-
- name: Install LLVM
41-
run: brew install llvm
42-
43-
- name: Configure CMake
44-
run: cmake -S patcher-darwin -B patcher-darwin/build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
45-
46-
- name: Run clang-tidy
47-
run: |
48-
find patcher-darwin/src -name '*.cpp' -o -name '*.h' | \
49-
xargs "$(brew --prefix llvm)/bin/clang-tidy" -p patcher-darwin/build

0 commit comments

Comments
 (0)