Skip to content

Commit

Permalink
disable the Clang format check job
Browse files Browse the repository at this point in the history
Needs some more work to reformat everything, before this can be enabled.
  • Loading branch information
johnbartholomew committed Feb 7, 2024
1 parent 674407b commit 77e3845
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
check_code_format:
name: Check code formatting
runs-on: 'ubuntu-20.04'
# The code currently doesn't pass formatting.
# Enable this workflow job once it does, to detect regressions.
if: false
steps:
- uses: actions/checkout@v4
- name: Check clang-format (make test-formatting)
Expand Down

0 comments on commit 77e3845

Please sign in to comment.