added code checkout
Some checks failed
Build / build (push) Failing after 18s

This commit is contained in:
Lukáš Plevač 2024-10-19 16:33:50 +02:00
parent d35f5f1d54
commit 8efe7e257f

View File

@ -6,6 +6,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code
uses: actions/checkout@main
- name: Run the build process with Docker - name: Run the build process with Docker
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with: