Skip to content

fix(events): really missing calendar name #515

fix(events): really missing calendar name

fix(events): really missing calendar name #515

Workflow file for this run

name: Build and run tests
on: [push]
env:
HUSKY: 0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup dotnet
uses: actions/setup-dotnet@v6
with:
dotnet-version: '10.0.x'
- name: Install tools
run: dotnet tool install --global dotnet-ef
- name: Install dependencies
run: dotnet restore --locked-mode
- name: Build
run: dotnet build --no-restore
- name: Test with the dotnet CLI
run: dotnet test --no-build