Skip to content

Commit 32512ec

Browse files
authored
chore: moved hk settings to mise.toml (#218)
2 parents e775c4f + fb0f8f0 commit 32512ec

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/hk.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac
3030
- name: hk checks
3131
run: hk check --no-progress --all
32-
env:
33-
HK_PKL_BACKEND: pklr
3432
- name: Display hk log on failure
3533
if: failure()
3634
run: cat /home/runner/.local/state/hk/output.log

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ zizmor = "1.24.1"
1212

1313
[env]
1414
COVEROUT = "cover.out"
15+
HK_PKL_BACKEND = "pklr"
1516

1617
[tasks.lint]
1718
description = "Lint code"

0 commit comments

Comments
 (0)