Skip to content

Edit existing slide notes and add notes to slides which don't already have them #371

Edit existing slide notes and add notes to slides which don't already have them

Edit existing slide notes and add notes to slides which don't already have them #371

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
jobs:
test:
name: Test on .NET 8.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: dotnet test -c Release -f net8.0