Skip to content

Commit

Permalink
fix(devcontainer): configure git to install pre-commit (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Jul 2, 2024
2 parents a0d38c4 + e9eae1f commit 70f3cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/postAttach.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -eu

git config --global --add safe.directory /home/compiler/site

# initialize hook environments
pre-commit install --install-hooks --overwrite

Expand Down

0 comments on commit 70f3cad

Please sign in to comment.