Skip to content

Commit 43e4766

Browse files
committed
Install pre-commit hooks
1 parent 4949d5f commit 43e4766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
imageName: ${{ env.IMAGE_NAME }}
3737
cacheFrom: ${{ env.IMAGE_NAME }}
3838
push: always
39-
runCmd: ${{ inputs.run_cmd }}
39+
runCmd: pre-commit install --install-hooks && ${{ inputs.run_cmd }}

0 commit comments

Comments
 (0)