Skip to content

Commit

Permalink
chore(bundle): format and schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-shopopop committed Oct 27, 2024
1 parent e6db655 commit 5d380ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5d380ec

Please # to comment.