Skip to content

Commit 484b8d3

Browse files
authored
Update api-docs.yml
1 parent bb6ed8d commit 484b8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
dotnet-version: 6.0.x
2121
- name: Check API Documentation
22-
run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors="CS1591;CS1573;CS1572;CS1570"
22+
run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors="CS1591,CS1573,CS1572,CS1570"

0 commit comments

Comments
 (0)