adds git
All checks were successful
Deploy SvelteKit / deploy (push) Successful in 1m25s

This commit is contained in:
William Diakite 2025-07-25 15:19:54 -04:00
parent cd7d23e713
commit a23256c182

View file

@ -13,6 +13,9 @@ jobs:
image: node:22-alpine image: node:22-alpine
steps: steps:
- name: Install Git
run: apk add --no-cache git
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: