refactor middleware pipeline and improve ci checks #4

Manually merged
maxp merged 14 commits from refactor/pipeline-execution-to-satic into main 2025-05-27 15:07:10 +02:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit af32f3b9f4 - Show all commits

View File

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