File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ jobs:
3232 with :
3333 imageName : ghcr.io/eclipse-score/devcontainer:v1.2.0
3434 runCmd : pre-commit run -a
35- # - name: Give User permissions to write
36- # run: |
37- # chown -R vscode:vscode "$GITHUB_WORKSPACE"
38- #
39- # - name: Run Linter Script
40- # run: |
41- # WS="$GITHUB_WORKSPACE"
42- # su -l vscode -c "
43- # set -euo pipefail
44- # uv tool install pre-commit
45- # cd '$WS'
46- # git config --global --add safe.directory '$WS'
47- # git rev-parse --show-toplevel
48- # pre-commit run -a
49- # "
35+ # - name: Give User permissions to write
36+ # run: |
37+ # chown -R vscode:vscode "$GITHUB_WORKSPACE"
38+ #
39+ # - name: Run Linter Script
40+ # run: |
41+ # WS="$GITHUB_WORKSPACE"
42+ # su -l vscode -c "
43+ # set -euo pipefail
44+ # uv tool install pre-commit
45+ # cd '$WS'
46+ # git config --global --add safe.directory '$WS'
47+ # git rev-parse --show-toplevel
48+ # pre-commit run -a
49+ # "
You can’t perform that action at this time.
0 commit comments