We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206dce7 commit 50256dbCopy full SHA for 50256db
2 files changed
.github/workflows/format.yml
.github/workflows/lint.yml
@@ -31,23 +31,5 @@ jobs:
31
uses: devcontainers/ci@v0.3
32
with:
33
cacheFrom: ghcr.io/eclipse-score/devcontainer
34
- imageTag: v1.2.0
35
- runCmd: env
36
- - name: Echo env
37
- run: echo $"runCmdOutput"
38
- #${PIPX_BIN_DIR}/pre-commit run -a
39
- # - name: Give User permissions to write
40
- # run: |
41
- # chown -R vscode:vscode "$GITHUB_WORKSPACE"
42
- #
43
- # - name: Run Linter Script
44
45
- # WS="$GITHUB_WORKSPACE"
46
- # su -l vscode -c "
47
- # set -euo pipefail
48
- # uv tool install pre-commit
49
- # cd '$WS'
50
- # git config --global --add safe.directory '$WS'
51
- # git rev-parse --show-toplevel
52
- # pre-commit run -a
53
- # "
+ push: never
+ runCmd: ${PIPX_BIN_DIR}/pre-commit run -a
0 commit comments