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 8fa36a8 commit 281c50cCopy full SHA for 281c50c
.github/workflows/server.yml
@@ -68,6 +68,7 @@ jobs:
68
- name: Verify server deps
69
id: verify_server_deps
70
run: |
71
+ git config --global --add safe.directory $(realpath .)
72
cd examples/server
73
./deps.sh
74
not_ignored_files="$(git ls-files --others)"
0 commit comments