Skip to content

Merge branch 'main' of https://github.com/DerekGooding/SimpleDataGrid #10

Merge branch 'main' of https://github.com/DerekGooding/SimpleDataGrid

Merge branch 'main' of https://github.com/DerekGooding/SimpleDataGrid #10

Workflow file for this run

name: API Documentation Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-docs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Check API Documentation
run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:CustomAfterMicrosoftCommonTargets=Warnings.props