Skip to content

Commit

Permalink
ci: Ignore clang-tidy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Aug 14, 2022
1 parent bb67c76 commit 17119b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ jobs:
elif [[ "${{ matrix.runner }}" = macos* ]]; then
cmake --build "build/debug" --config Debug --target install
fi
cmake --build "build/debug" --config Debug --target StreamFX_clang-tidy
cmake --build "build/debug" --config Debug --target StreamFX_clang-format
- name: "Configure & Build (Release)"
Expand All @@ -187,7 +186,6 @@ jobs:
elif [[ "${{ matrix.runner }}" = macos* ]]; then
cmake --build "build/release" --config RelWithDebInfo --target install
fi
cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-tidy
cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-format
- name: "Validate Formatting"
Expand Down

0 comments on commit 17119b5

Please # to comment.