We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23024dc commit 69a6fa3Copy full SHA for 69a6fa3
.github/workflows/main.yml
@@ -373,10 +373,7 @@ jobs:
373
# Run the clang-format check and error if it generates a diff
374
- name: Run clang-format
375
working-directory: ${{github.workspace}}/build
376
- run: |
377
- set -eo pipefail
378
- make clangformat
379
- git diff --exit-code
+ run: make clangformat-check
380
- name: Run clang-tidy
381
run: |
382
clang-tidy-15 src/snmalloc/override/malloc.cc -header-filter="`pwd`/*" -warnings-as-errors='*' -export-fixes=tidy.fail -- -std=c++17 -mcx16 -DSNMALLOC_USE_WAIT_ON_ADDRESS=1 -DSNMALLOC_PLATFORM_HAS_GETENTROPY=0 -Isrc
0 commit comments