We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc13bf3 commit be74427Copy full SHA for be74427
1 file changed
.github/workflows/checks.yml
@@ -139,6 +139,9 @@ jobs:
139
- name: Sync project installation
140
run: uv pip install --python /opt/venv/bin/python -e '.[full]' --group check --group test --group plot
141
142
+ - name: Configure git safe directory
143
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
144
+
145
- name: Run pre-commit hooks
146
run: pre-commit run --all-files
147
0 commit comments