Skip to content

Commit e54fc37

Browse files
authored
Fix deno linting in multi-client setup (#106)
1 parent e4f8f1c commit e54fc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ run = ["cargo fmt --check", "cargo clippy"]
9191

9292
[tasks."lint:deno"]
9393
description = "Run deno lint"
94-
dir = "src"
95-
run = "deno lint"
94+
dir = "src/clients/deno"
95+
run = ["deno lint", "deno check ."]
9696

9797
[tasks."lint"]
9898
description = "Run all linting tasks"

0 commit comments

Comments
 (0)