MosswartMassacre/.forgejo/workflows/actions.yml
Johan Lundberg a89f11f4a5
Some checks failed
/ test (push) Failing after 4s
use dotnet 4.X
2025-04-01 21:25:31 +02:00

11 lines
247 B
YAML

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.x'
- run: dotnet build