Skip to content

Commit

Permalink
Merge pull request #12 from hankei6km/topic/add-prepare-commit-msg-co…
Browse files Browse the repository at this point in the history
…ntext

chore: chore: Add "prepare-commit-msg" to the devcontainer
  • Loading branch information
hankei6km authored Dec 17, 2023
2 parents 4783a3f + 2e421cf commit 48930a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "node"
},
"ghcr.io/devcontainers/features/github-cli:1": {}
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/hankei6km/h6-devcontainers-features/prepare-commit-msg-context:latest": {}
},
"remoteUser": "node",
"updateContentCommand": "npm install -g @devcontainers/cli"
"updateContentCommand": "npm install -g @devcontainers/cli",
"postAttachCommand": "cp /usr/local/share/prepare-commit-msg-context/prepare-commit-msg .git/hooks/prepare-commit-msg"
}

0 comments on commit 48930a1

Please sign in to comment.