Skip to content

Commit

Permalink
Remove clang-format from CI checks.
Browse files Browse the repository at this point in the history
This keeps breaking and I don't have the time to maintain it.
  • Loading branch information
DanAlbert committed Mar 5, 2024
1 parent be0ebf2 commit b3ce6a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
17 changes: 0 additions & 17 deletions .ci_tools/clang-format.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
source .ci_tools/run_samples.sh
eval "[[ $SAMPLE_CI_RESULT == 0 ]]"
# Needs to be run last because we use the clang-format shipped with the NDK.
- uses: pre-commit/[email protected]

7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.4
hooks:
- id: clang-format
args: ["-style=Google"]
entry: .ci_tools/clang-format.sh -i
'types_or': [c++, c]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down

0 comments on commit b3ce6a2

Please sign in to comment.