-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
clang-format
and clang-tidy
on CI
Re-enable if Clang is updated.
- Loading branch information
1 parent
08a3d41
commit 96316f7
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,9 +189,3 @@ jobs: | |
uses: Swatinem/[email protected] | ||
- name: Build examples for the C API | ||
run: just build-capi-examples | ||
- name: Check code formatted | ||
run: | | ||
just clang-format | ||
git diff --exit-code | ||
- name: Check no lint warnings | ||
run: just clang-tidy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters