We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e775c4f + fb0f8f0 commit 32512ecCopy full SHA for 32512ec
2 files changed
.github/workflows/hk.yml
@@ -29,8 +29,6 @@ jobs:
29
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac
30
- name: hk checks
31
run: hk check --no-progress --all
32
- env:
33
- HK_PKL_BACKEND: pklr
34
- name: Display hk log on failure
35
if: failure()
36
run: cat /home/runner/.local/state/hk/output.log
mise.toml
@@ -12,6 +12,7 @@ zizmor = "1.24.1"
12
13
[env]
14
COVEROUT = "cover.out"
15
+HK_PKL_BACKEND = "pklr"
16
17
[tasks.lint]
18
description = "Lint code"
0 commit comments