chore(ci): update deno tasks in CI workflow
- Replace individual deno commands with `deno task` equivalents - Add benchmark task to the CI workflow for performance testing
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run CI Checks
|
- name: Run CI Checks
|
||||||
run: |
|
run: |
|
||||||
deno fmt --check
|
deno task fmt
|
||||||
deno lint
|
deno task lint
|
||||||
deno task test
|
deno task test
|
||||||
|
deno task benchmark
|
||||||
|
Reference in New Issue
Block a user