Skip to content

Commit 3689568

Browse files
authored
Simplify hk command in CI workflow
1 parent 54daab9 commit 3689568

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
HK_MISE: 1
8484
MISE_YES: 1
8585
run: |
86-
hkbin="$(command -v hk || which hk || $HOME/.local/share/mise/installs/hk/latest/hk)"
87-
"$hkbin" check
86+
hk check
8887
8988
security_audit:
9089
name: Security Audit

0 commit comments

Comments
 (0)