Skip to content

Commit

Permalink
add csa badge
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 18, 2024
1 parent 7dabf53 commit 72c28ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_static_analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 72c28ee

Please sign in to comment.