feat: some basic action core logic

This commit is contained in:
Louis Seubert 2026-07-11 20:44:43 +02:00
commit 917952884e
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
7 changed files with 552 additions and 0 deletions

3
eng/Containerfile Normal file
View file

@ -0,0 +1,3 @@
FROM mcr.microsoft.com/dotnet/sdk:10.0
WORKDIR /work
COPY ./src /work