Skip to content

Commit 50256db

Browse files
Adapt workflow & delete format.yml
1 parent 206dce7 commit 50256db

2 files changed

Lines changed: 2 additions & 61 deletions

File tree

.github/workflows/format.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,5 @@ jobs:
3131
uses: devcontainers/ci@v0.3
3232
with:
3333
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-
# run: |
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-
# "
34+
push: never
35+
runCmd: ${PIPX_BIN_DIR}/pre-commit run -a

0 commit comments

Comments
 (0)