fix: add missing checkout in workflow
Some checks failed
build image / build (push) Failing after 2m41s

This commit is contained in:
Bruno Carlin 2025-01-05 04:21:17 +01:00
parent ea354f750d
commit 4b64569e18
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -13,6 +13,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4
- name: Install node - name: Install node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with: