Skip to content

Commit 7e86810

Browse files
Change command to run
1 parent a0202b6 commit 7e86810

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Build and run dev container task
3131
uses: devcontainers/ci@v0.3
3232
with:
33-
imageName: ghcr.io/eclipse-score/devcontainer
33+
cacheFrom: ghcr.io/eclipse-score/devcontainer
3434
imageTag: v1.2.0
35-
runCmd: pre-commit run -a
35+
runCmd: "${PIPX_BIN_DIR}/pre-commit" run -a
3636
# - name: Give User permissions to write
3737
# run: |
3838
# chown -R vscode:vscode "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)