feat: add checkout action

This commit is contained in:
Timothy Schenk 2023-08-13 18:36:38 +02:00
parent abd82d6266
commit 90f5cfcae6

View file

@ -6,5 +6,8 @@ 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'