Merge branch 'master' of git.snakedesert.se:SawatoMosswartsEnjoyersClub/MosswartMassacre

This commit is contained in:
erikn 2025-04-08 08:31:45 +02:00
commit 521ff5b9aa
2 changed files with 0 additions and 14 deletions

View file

@ -1,14 +0,0 @@
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: '6.x'
- name: Build
run: |
ls
dotnet build mossy.sln