Skip to content

Commit 585e19e

Browse files
authored
fix: satisfy Ponytail lint and type checks (#16)
Signed-off-by: o-az <23618431+o-az@users.noreply.github.com>
1 parent 66a05d2 commit 585e19e

3 files changed

Lines changed: 239 additions & 150 deletions

File tree

mise.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ betterleaks = "latest"
3737
[hooks]
3838
postinstall = "hk install --mise"
3939

40+
[tasks]
41+
description = "run tests"
42+
run = "bun test"
43+
4044
[tasks.check]
4145
description = "format & lint files"
4246
run = "hk fix --all && hk check --all"
4347

4448
[tasks.ci]
4549
description = "run CI tasks"
46-
run = "hk fix --all && hk check --all"
50+
run = "hk fix --all && hk check --all && bun test"

0 commit comments

Comments
 (0)