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 d9a984cbea
commit af32f3b9f4

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