We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ec1e3 commit 8e7e725Copy full SHA for 8e7e725
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: ci
3
on: [push, pull_request]
4
5
jobs:
6
- oak:
+ ci:
7
runs-on: ubuntu-latest
8
steps:
9
- name: clone repository
deno.json
@@ -5,8 +5,7 @@
"./batched_atomic": "./batched_atomic.ts",
"./blob": "./blob.ts",
"./json": "./json.ts",
- "./keys": "./keys.ts",
- "./ndjson": "./ndjson.ts"
+ "./keys": "./keys.ts"
10
},
11
"tasks": {
12
"coverage": "deno coverage --lcov --output=cov.lcov ./cov",
0 commit comments