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:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue