We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4949d5f commit 43e4766Copy full SHA for 43e4766
.github/workflows/devcontainer-command.yml
@@ -36,4 +36,4 @@ jobs:
36
imageName: ${{ env.IMAGE_NAME }}
37
cacheFrom: ${{ env.IMAGE_NAME }}
38
push: always
39
- runCmd: ${{ inputs.run_cmd }}
+ runCmd: pre-commit install --install-hooks && ${{ inputs.run_cmd }}
0 commit comments