From 72c28eea2d2e12745c4d0834277d9ac977d5324c Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:05:16 +0000 Subject: [PATCH] add csa badge --- .github/workflows/clang_static_analyzer.yml | 2 +- readme.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang_static_analyzer.yml b/.github/workflows/clang_static_analyzer.yml index 00a05a9f..6293954b 100644 --- a/.github/workflows/clang_static_analyzer.yml +++ b/.github/workflows/clang_static_analyzer.yml @@ -43,5 +43,5 @@ jobs: # Build your program with the given configuration. run: | cd ${{ steps.strings.outputs.build-output-dir }} - scan-build-19 make + scan-build-19 make -j diff --git a/readme.md b/readme.md index 1095d7cf..3c602275 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ Waterwall! ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/radkesvat/WaterWall) +[![CLang Static Analyzer](https://github.com/radkesvat/WaterWall/actions/workflows/clang_static_analyzer.yml/badge.svg)](https://github.com/radkesvat/WaterWall/actions/workflows/clang_static_analyzer.yml) + [![linux](https://github.com/radkesvat/WaterWall/actions/workflows/cmake-multi-linux.yml/badge.svg)](https://github.com/radkesvat/WaterWall/actions/workflows/cmake-multi-linux.yml) [![Windows Mingw64](https://github.com/radkesvat/WaterWall/actions/workflows/cmake-mingw-windows.yml/badge.svg)](https://github.com/radkesvat/WaterWall/actions/workflows/cmake-mingw-windows.yml) [![macos gcc + clang](https://github.com/radkesvat/WaterWall/actions/workflows/cmake-multi-macos.yml/badge.svg)](https://github.com/radkesvat/WaterWall/actions/workflows/cmake-multi-macos.yml)