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
|
||||
run: |
|
||||
deno fmt --check
|
||||
deno lint
|
||||
deno task fmt
|
||||
deno task lint
|
||||
deno task test
|
||||
deno task benchmark
|
||||
|
Reference in New Issue
Block a user