Skip to content

Commit

Permalink
Merge pull request #16 from oleksis/oleksis/issue15
Browse files Browse the repository at this point in the history
Add pre-commit feature to devcontainer
  • Loading branch information
kjaymiller authored Oct 4, 2023
2 parents 5abbe30 + 32066d4 commit 58bdbfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
Expand Down

0 comments on commit 58bdbfa

Please sign in to comment.