add workflow
Some checks are pending
Build Project / build (push) Waiting to run

This commit is contained in:
Dawid Sobczak 2025-04-19 11:02:23 +01:00
parent 244ccac114
commit 7796ffa289

View file

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