Skip to content

Refactor renderer and documentation for clarity and support (#27) #147

Refactor renderer and documentation for clarity and support (#27)

Refactor renderer and documentation for clarity and support (#27) #147

name: Continuous Integration
on:
push:
branches: [master]
pull_request:
branches: ["*"]
jobs:
build:
strategy:
matrix:
include:
- os: windows-latest
- os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- name: Install Workload
run: dotnet workload install maui
- name: Build
run: dotnet build -c Release