From fb2289214f1867f3f6a0d5c0740b4f0fa6e74ea0 Mon Sep 17 00:00:00 2001 From: 21_SavchenkoAA <21_SavchenkoAA@iux.local> Date: Sat, 16 May 2026 20:23:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 85c8d96..0a99591 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y cppcheck - name: Run cppcheck run: | - cppcheck --enable=all --inconclusive -I include/ src/ tests/ --error-exitcode=1 + cppcheck --enable=all --inconclusive -I include/ --suppress=missingIncludeSystem src/ tests/ --error-exitcode=1 test: name: Test @@ -48,4 +48,5 @@ jobs: - name: Build run: | cmake -B build -DCMAKE_BUILD_TYPE=Release - cmake --build build \ No newline at end of file + cmake --build build + # Блок Upload artifact удален \ No newline at end of file