Skip to content

Commit 69a6fa3

Browse files
committed
Use check target
1 parent 23024dc commit 69a6fa3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,7 @@ jobs:
373373
# Run the clang-format check and error if it generates a diff
374374
- name: Run clang-format
375375
working-directory: ${{github.workspace}}/build
376-
run: |
377-
set -eo pipefail
378-
make clangformat
379-
git diff --exit-code
376+
run: make clangformat-check
380377
- name: Run clang-tidy
381378
run: |
382379
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

Comments
 (0)