Skip to content

Commit 0d7c437

Browse files
authored
Modify CI workflow to include fallback for hk check
Add fallback to check command in CI workflow
1 parent 7f5448c commit 0d7c437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
HK_MISE: 1
8686
MISE_YES: 1
8787
run: |
88-
hk check
88+
hk check || cd ../ && hk check
8989
9090
security_audit:
9191
name: Security Audit

0 commit comments

Comments
 (0)