Skip to content

Commit

Permalink
Merge pull request #23 from hankei6km/topic/update-devcontainer
Browse files Browse the repository at this point in the history
chore: Updated configuration for prepare-commit-msg-context
  • Loading branch information
hankei6km authored Dec 21, 2023
2 parents 51ef670 + a19597f commit 10fc25c
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 @@ -64,10 +64,12 @@
"username": "node"
},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/hankei6km/h6-devcontainers-features/prepare-commit-msg-context:latest": {},
"ghcr.io/hankei6km/h6-devcontainers-features/prepare-commit-msg-context:latest": {
"format": "diff"
},
"ghcr.io/devcontainers-contrib/features/actionlint:1": {}
},
"remoteUser": "node",
"updateContentCommand": "npm install -g @devcontainers/cli",
"postAttachCommand": "cp /usr/local/share/prepare-commit-msg-context/prepare-commit-msg .git/hooks/prepare-commit-msg"
"postCreateCommand": "cp /usr/local/share/prepare-commit-msg-context/prepare-commit-msg .git/hooks/prepare-commit-msg"
}

0 comments on commit 10fc25c

Please sign in to comment.