From de954378b71e83179e1c54a782cdab35ca681b22 Mon Sep 17 00:00:00 2001 From: Chip Hogg Date: Sun, 15 Sep 2024 20:04:28 -0600 Subject: [PATCH] Temporarily disable clang-format lint We'll need to get a known-good release through security review, and then we can re-enable it. Meanwhile, #292 will track this issue and remind us that we'll need to do this. --- .github/workflows/clang-format-lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index 4f51653a..7cc97d14 100644 --- a/.github/workflows/clang-format-lint.yml +++ b/.github/workflows/clang-format-lint.yml @@ -14,11 +14,11 @@ name: clang-format-lint -on: - push: - branches: - - main - pull_request: +# on: +# push: +# branches: +# - main +# pull_request: jobs: lint-clang-format: