We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01a841 commit a9dc277Copy full SHA for a9dc277
3 files changed
.github/workflows/ci.yml
@@ -16,13 +16,13 @@ jobs:
16
- name: Setup Deno
17
uses: denoland/setup-deno@main
18
with:
19
- deno-version: "v2.3.3"
+ deno-version: "v2.x"
20
21
- name: Check Formatting
22
run: deno fmt --check
23
24
- name: Lint
25
- run: deno lint
+ run: deno lint
26
27
- name: Check
28
run: deno check src/ test/ scripts/ mod.ts
.zed/debug.json
deno.json
@@ -24,7 +24,7 @@
"bench:northwind": "deno bench -A bench/northwind/deno.js",
"bench-wasm:northwind": "deno run -A bench/northwind/deno_wasm.js",
"bench-node:northwind": "node bench/northwind/node.mjs",
- "bench-bun:northwind": "bun run bench/northwind/bun.js"
+ "bench-bun:northwind": "bun run bench/northwind/bun.js"
},
29
30
"lint": {
0 commit comments