Skip to content

Commit e9eae1f

Browse files
committed
fix(devcontainer): configure git to install pre-commit
1 parent a0d38c4 commit e9eae1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/postAttach.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
set -eu
33

4+
git config --global --add safe.directory /home/compiler/site
5+
46
# initialize hook environments
57
pre-commit install --install-hooks --overwrite
68

0 commit comments

Comments
 (0)