MosswartMassacre/.forgejo/workflows/actions.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: could not find expected ':'
2025-04-01 21:52:31 +02:00

13 lines
279 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: |
ls
dotnet build mossy.sln