This commit is contained in:
parent
cd7d23e713
commit
a23256c182
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
image: node:22-alpine
|
||||
|
||||
steps:
|
||||
- name: Install Git
|
||||
run: apk add --no-cache git
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue