Skip to content

Commit 703e1be

Browse files
committed
1 parent 1749f80 commit 703e1be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/precommit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
PRE_COMMIT_HOME: .pre-commit-cache
1212
steps:
1313
- uses: actions/checkout@v3
14+
- name: Allow workspace
15+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1416
- name: Cache .pre-commit-cache
1517
uses: actions/cache@v3
1618
with:

0 commit comments

Comments
 (0)