remove actions for now

This commit is contained in:
Johan Lundberg 2025-04-01 22:12:56 +02:00
parent dceefc3335
commit e6c5d54a73

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