From 8e7e725570d6218385a2205bbeb0706f98db5703 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 5 Mar 2024 09:34:32 +1100 Subject: [PATCH] chore: update ci --- .github/workflows/ci.yml | 2 +- deno.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdfd24b..8448338 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: ci on: [push, pull_request] jobs: - oak: + ci: runs-on: ubuntu-latest steps: - name: clone repository diff --git a/deno.json b/deno.json index 6226085..70b827c 100644 --- a/deno.json +++ b/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" }, "tasks": { "coverage": "deno coverage --lcov --output=cov.lcov ./cov",