add workflow
Some checks failed
Build Project / build (push) Failing after 1m32s

This commit is contained in:
Dawid Sobczak 2025-04-19 11:03:07 +01:00
parent 7796ffa289
commit 98710f55f9

View file

@ -3,7 +3,7 @@ name: Build Project
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: docker
steps: steps:
- name: Checkout the repo - name: Checkout the repo
uses: actions/checkout@v4 uses: actions/checkout@v4