Skip to content

Commit e13a12d

Browse files
Redo cd command
1 parent 66b4a27 commit e13a12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131

3232
- name: Run Linter Script
3333
run: |
34-
su -l vscode -c 'uv tool install pre-commit && cd "$GITHUB_WORKSPACE" && git config --global --add safe.directory "$GITHUB_WORKSPACE" && pre-commit run -a'
34+
su -l vscode -c 'uv tool install pre-commit && cd /workspaces/docs-as-code && git config --global --add safe.directory /workspaces/docs-as-code && pre-commit run -a'
3535
#run: su vscode && pre-commit

0 commit comments

Comments
 (0)