Skip to content

Commit 8e47375

Browse files
committed
[ot] .github: workflows: Fix format test in CI
Signed-off-by: Amaury Pouly <[email protected]>
1 parent c24e1cc commit 8e47375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v4
8282
- name: Check C code format
8383
run: |
84-
scripts/opentitan/ot-format.sh --ci -i
84+
scripts/opentitan/ot-format.sh --ci --Werror --dry-run
8585
8686
lint-python:
8787
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)