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:
2025-05-27 13:32:38 +02:00
parent 6e6e61693f
commit 38c00b035b

View File

@@ -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