Skip to content

Commit be74427

Browse files
committed
fix
1 parent fc13bf3 commit be74427

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ jobs:
139139
- name: Sync project installation
140140
run: uv pip install --python /opt/venv/bin/python -e '.[full]' --group check --group test --group plot
141141

142+
- name: Configure git safe directory
143+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
144+
142145
- name: Run pre-commit hooks
143146
run: pre-commit run --all-files
144147

0 commit comments

Comments
 (0)