From bbb0e5c1d3227cff918e6bdbd6f72ebc8e57d464 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Sat, 26 Jul 2025 02:57:30 +0200 Subject: [PATCH] run stylecop in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2de54c6bee..624be30781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: dotnet-version: "8" - name: Debug build with analyzers - run: Dist/BuildDebug.sh -warnaserror + run: Dist/BuildDebug.sh -warnaserror -p:RunStyleCop=true - name: Release build with analyzers - run: Dist/BuildRelease.sh -warnaserror + run: Dist/BuildRelease.sh -warnaserror -p:RunStyleCop=true test: name: Test