Your name 0188dbf1a6
Some checks failed
First CI / build (push) Failing after 13s
modfied yml
2023-12-01 12:30:37 +01:00

13 lines
253 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-varsion: '6.0.x'
- run: dotnet restore
- run: dotnet build