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 c24e1cc commit 8e47375Copy full SHA for 8e47375
.github/workflows/build_test.yaml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/checkout@v4
82
- name: Check C code format
83
run: |
84
- scripts/opentitan/ot-format.sh --ci -i
+ scripts/opentitan/ot-format.sh --ci --Werror --dry-run
85
86
lint-python:
87
runs-on: ubuntu-latest
0 commit comments