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 62cb4fd commit 8afc2adCopy full SHA for 8afc2ad
.github/workflows/tests.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ submodules: recursive
18
19
- name: build venv
20
run: |
Dockerfile
@@ -28,7 +28,8 @@ RUN ln -s $HOME/.cargo/bin/uv /usr/bin/uv
28
29
RUN git config --global user.email "[email protected]" && \
30
git config --global user.name "Elspeth See-Eye" && \
31
- git config --global init.defaultBranch main
+ git config --global init.defaultBranch main && \
32
+ git config --global --add safe.directory /app
33
34
WORKDIR /app
35
RUN uv venv .venv
0 commit comments