Skip to content

Commit

Permalink
Temporarily disable clang-format lint
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.
  • Loading branch information
chiphogg committed Sep 16, 2024
1 parent 45b232b commit de95437
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

name: clang-format-lint

on:
push:
branches:
- main
pull_request:
# on:
# push:
# branches:
# - main
# pull_request:

jobs:
lint-clang-format:
Expand Down

0 comments on commit de95437

Please sign in to comment.