add build action
Some checks failed
/ test (push) Failing after 31s

This commit is contained in:
Johan Lundberg 2025-04-01 21:18:34 +02:00
parent ccf8618ff2
commit b3dc220ac0

View file

@ -0,0 +1,11 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: '4.5'
- run: dotnet build