Skip to content

Commit 9cad596

Browse files
committed
feat: devcontainer compose
1 parent d3c784c commit 9cad596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/scripts/post-create-command.sh

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ mkdir -p "${HOME}/.ansible/retry-files"
88
if ! git status &>/dev/null; then
99
git config --global --add safe.directory "${PWD}"
1010
fi
11+
12+
pre-commit install

0 commit comments

Comments
 (0)