Skip to content

Commit 56d9321

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! ci: make clang-format check mandatory in CI
1 parent eabd311 commit 56d9321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sil-kit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Check Formatting
5555
id: formatting-check
5656
run: |
57-
python3 ./SilKit/ci/check_formatting.py --repo ${{ github.repository }} --pr ${{ github.event.number }} --werror --dryrun
57+
python3 ./SilKit/ci/check_formatting.py --repo ${{ github.repository }} --pr ${{ github.event.number }} --dryrun
5858
shell: bash
5959

6060
clang14-tsan:

0 commit comments

Comments
 (0)