metas/.forgejo/workflows/demo.yml
Johan Lundberg ac14f94e82
All checks were successful
/ test (push) Successful in 55s
test dotnet 2
2025-03-30 03:30:19 +02:00

11 lines
251 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: '6.x'
- run: dotnet --version