From a4acdc65eb218d968978791d23e92caa6762c9c5 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:54:09 -0400 Subject: [PATCH] fix: lock-file --- .github/workflows/ci.yml | 2 ++ deno.jsonc | 20 +++++++++++--------- deno.lock | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7bf08857a6..76c865ff379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,8 @@ jobs: category: "/language:${{matrix.language}}" build: runs-on: ubuntu-latest + needs: + - analyze steps: - uses: actions/checkout@v3 - uses: denoland/setup-deno@v1 diff --git a/deno.jsonc b/deno.jsonc index 27b058e93c8..efe8a619614 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -15,12 +15,12 @@ "@processors/": "./source/processors/" }, "tasks": { - "btr": "deno run --allow-env --allow-read --allow-write=.btr.json --allow-run=deno tasks.ts $0" + "btr": "deno run --allow-env --allow-read --allow-write=.btr.json --allow-run=deno --no-lock tasks.ts $0" }, "btr-tasks": { "serve": { "task": "deno run source/run/server/mod.ts", - "description": "Run server", + "description": "๐ŸŒ Run server", "unstable": true, "permissions": { "env": [ @@ -73,7 +73,7 @@ "rm .coverage -rf", "deno test source" ], - "description": "Run tests and collect coverage", + "description": "๐Ÿงช Run tests and collect coverage", "seed": 0, "doc": true, "traceOps": true, @@ -132,18 +132,18 @@ "deno lint", "deno fmt" ], - "description": "Lint and format code" + "description": "๐Ÿ”Ž Lint and format code" }, "coverage": { "task": "deno coverage .coverage", - "description": "Print coverage report (require `test` task to be run first)" + "description": "๐Ÿ”ฌ Print coverage report (require `test` task to be run first)" }, "ci:check": { "task": [ "deno lint", "deno fmt --check" ], - "description": "Lint and format code (CI)", + "description": "๐Ÿค– Lint and format code (CI)", "lock": false }, "ci:test": { @@ -151,7 +151,7 @@ "deno task btr test", "deno task btr coverage" ], - "description": "Lint and format code (CI)", + "description": "๐Ÿค– Run tests, collect coverage and print coverage (CI)", "lock": false }, "deploy:deno": { @@ -159,7 +159,7 @@ "deno run source/run/server/mod_imports.ts", "deployctl deploy --project=metrics --include=source,deno.jsonc --prod source/run/server/mod.ts" ], - "description": "Deploy metrics on https://deno.com/deploy", + "description": "๐Ÿฆ• Deploy metrics on https://deno.com/deploy", "env": { "DENO_DEPLOY_TOKEN": true }, @@ -190,7 +190,9 @@ } }, "docker:build": { - "task": "docker build --tag lowlighter/metrics:4.0.0 ." + "task": "docker build --tag lowlighter/metrics:4.0.0 .", + "description": "๐Ÿ‹ Build docker image", + "lock": false } }, "lint": { diff --git a/deno.lock b/deno.lock index 148b341b1be..1f0433f1b52 100644 --- a/deno.lock +++ b/deno.lock @@ -453,7 +453,7 @@ "https://esm.sh/v132/sax@1.2.4/denonext/sax.mjs": "c709f5e231d178e08230a3e35ea55a1d4ccccefa69e47a7cb7da37adb5b342dd", "https://esm.sh/v132/source-map-js@1.0.2/denonext/lib/source-map-generator.js": "8aff2603c0b8e01a585cd0d43582e6bc2787071fd68c4eb7a4dfe03da9cab69e", "https://esm.sh/v132/source-map-js@1.0.2/denonext/source-map-js.mjs": "81ed2d1f28bd08a762f6819d5b366285a1bacf4b5c3757d866c79e4950529bfd", - "https://esm.sh/v132/string-argv@0.3.2/denonext/string-argv.mjs": "a7977920da1d72bf89b1db36d2c24fdfa82df6ce4f6c2b59a930b641a6ba9b37", + "https://esm.sh/v132/string-argv@0.3.2/denonext/string-argv.mjs": "a797792ada1d72bf89b1db36d2c24fdfa82df6ce4f6c2b59a930b641a6ba9b37", "https://esm.sh/v132/universal-user-agent@6.0.0/denonext/universal-user-agent.mjs": "2969647abd054007e6d838dd2ecc7de9c513c18c43322dfa3de57eec8d2d6447", "https://esm.sh/v132/util-deprecate@1.0.2/denonext/util-deprecate.mjs": "f69f67cf655c38428b0934e0f7c865c055834a87cc3866b629d6b2beb21005e9", "https://esm.sh/v132/wrappy@1.0.2/denonext/wrappy.mjs": "3c31e4782e0307cf56b319fcec6110f925dafe6cb47a8fa23350d480f5fa8b06",