Skip to content

Commit ea8b59c

Browse files
committed
none: attempt fix1
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent e197618 commit ea8b59c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
run: uv tool install pre-commit --with pre-commit-uv
6363

6464
- name: Run pre-commit
65-
run:
65+
run: |
66+
git config --global --add safe.directory '*'
6667
pre-commit run --all-files --show-diff-on-failure
6768
6869
test-linux:

0 commit comments

Comments
 (0)