ci: git within container
Some checks failed
ci / lint_and_test (push) Failing after 3s

This commit is contained in:
Chris Milne 2026-06-08 14:45:54 +01:00
parent 08ebba8918
commit 1533c86335

View file

@ -11,7 +11,7 @@ jobs:
container:
image: ghcr.io/astral-sh/uv:alpine
steps:
- run: apk add --no-cache nodejs npm
- run: apk add --no-cache nodejs npm git
- uses: actions/checkout@v4
with:
submodules: true