continuity/.gitea/workflows/server.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 12: cannot unmarshal !!str `dotnet ...` into model.Step line 13: cannot unmarshal !!str `dotnet ...` into model.Step

13 lines
326 B
YAML

name: Test if Server can be built
run-name: ${{ gitea.actor }} is building the Server application
on: [push]
jobs:
build-server:
runs-on: mcr.microsoft.com/dotnet/sdk:latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- dotnet restore --packages
- dotnet build --no-restore