From 5d380ec481bd6063a10804a29bf84aa8d1071e5d Mon Sep 17 00:00:00 2001 From: stephen-shopopop <94382341+stephen-shopopop@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:10:25 +0000 Subject: [PATCH] chore(bundle): format and schema.json --- .devcontainer/devcontainer.json | 6 +++--- .github/workflows/release.yml | 3 +-- deno.json | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0b8e0f7..b117178 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,9 @@ { "name": "Deno with node", "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye", - "features": { - "ghcr.io/devcontainers-contrib/features/deno:1": {} - }, + "features": { + "ghcr.io/devcontainers-contrib/features/deno:1": {} + }, // Configure tool-specific properties. "customizations": { diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dd15b9..39e90e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,5 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: main - commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' + commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]" file_pattern: CHANGELOG.md - diff --git a/deno.json b/deno.json index cd29144..161cff0 100644 --- a/deno.json +++ b/deno.json @@ -1,4 +1,5 @@ { + "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "tasks": { "start": "deno run --allow-env --allow-run mod.ts", "dev": "deno run --allow-all --unstable mod.ts",