fix: add missing checkout in workflow
Some checks failed
build image / build (push) Failing after 2m41s
Some checks failed
build image / build (push) Failing after 2m41s
This commit is contained in:
parent
ea354f750d
commit
4b64569e18
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue