Skip to content

Merge pull request #35 from kzi-nastava/feat/ExamSlot #16

Merge pull request #35 from kzi-nastava/feat/ExamSlot

Merge pull request #35 from kzi-nastava/feat/ExamSlot #16

Workflow file for this run

name: .NET build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build LangLang