We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9944a14 commit d19392dCopy full SHA for d19392d
1 file changed
.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
cacheFrom: ghcr.io/eclipse-score/devcontainer
34
imageTag: v1.2.0
35
- runCmd: "${PIPX_BIN_DIR}/pre-commit" run -a
+ runCmd: ${PIPX_BIN_DIR}/pre-commit run -a
36
# - name: Give User permissions to write
37
# run: |
38
# chown -R vscode:vscode "$GITHUB_WORKSPACE"
0 commit comments