Skip to content

Commit

Permalink
Temporarily disable clang-format lint (#293)
Browse files Browse the repository at this point in the history
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.

---------

Co-authored-by: Tim Hirsh <[email protected]>
  • Loading branch information
chiphogg and timhirsh authored Sep 16, 2024
1 parent 45b232b commit ae8f82f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@

name: clang-format-lint

on:
push:
branches:
- main
pull_request:
# Temporarily disabled. See #292
# on:
# push:
# branches:
# - main
# pull_request:

jobs:
lint-clang-format:
Expand Down

0 comments on commit ae8f82f

Please sign in to comment.