feat: add a test workflow

This commit is contained in:
Maciej Pawłowski 2025-02-27 21:31:20 +01:00
parent e7ac7e32d0
commit ae36c637b4
Signed by: maciek
GPG key ID: 9FC186633565C9C7

View file

@ -0,0 +1,14 @@
---
on:
push:
tags:
- "*release*"
jobs:
build:
runs-on: "docker"
container:
image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
steps:
- uses: "https://code.forgejo.org/actions/checkout@v4"
- shell: ash
run: "ls -laF"