We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabd311 commit 56d9321Copy full SHA for 56d9321
.github/workflows/sil-kit-ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Check Formatting
55
id: formatting-check
56
run: |
57
- python3 ./SilKit/ci/check_formatting.py --repo ${{ github.repository }} --pr ${{ github.event.number }} --werror --dryrun
+ python3 ./SilKit/ci/check_formatting.py --repo ${{ github.repository }} --pr ${{ github.event.number }} --dryrun
58
shell: bash
59
60
clang14-tsan:
0 commit comments