Skip to content

Commit 27350a2

Browse files
committed
fix: correct quality-checks action inputs
- Use correct input parameters for quality-checks action - Enable fail-fast and test-theater-check options - Fix workflow parameter mismatch that caused CI failure
1 parent c264b99 commit 27350a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,8 @@ jobs:
201201
- name: Run quality checks
202202
uses: ./.github/actions/quality-checks
203203
with:
204-
clippy: true
205-
fmt: true
206-
audit: true
204+
fail-fast: true
205+
test-theater-check: true
207206

208207
- name: Security audit
209208
run: |

0 commit comments

Comments
 (0)