From 60fc60bdbf89df1d4af1995727db509702b7a29c Mon Sep 17 00:00:00 2001 From: Bottie McBotface Date: Mon, 16 Dec 2024 21:10:33 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20CI=20failure=20@=20JSR=20?= =?UTF-8?q?check=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a1d772..fdc7db3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,6 @@ jobs: - name: Test run: deno test --allow-read --allow-write + ## The --allow-dirty is needed here because in CI the deno.lock file may be modified - name: JSR check - run: deno publish --dry-run - \ No newline at end of file + run: deno publish --dry-run --allow-dirty