Skip to content

Commit 566da50

Browse files
authored
Merge pull request #73 from sir-gon/develop
[DOCS] Readme updated.
2 parents 36e174d + 73b051c commit 566da50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Algorithm Exercises (C++17)
22

3-
[![C++17 CI](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp.yml)
3+
[![C/C++ CMake/GNU Linux CI Test](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp-linux.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp-linux.yml)
4+
[![C/C++ CMake/LLVM MacOS CI Test](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp-macos.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp-macos.yml)
5+
[![C/C++ CMake/MSVC Windows CI Test](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp-windows.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cpp-windows.yml)
6+
47
[![CppCheck Lint](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cppcheck.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/cppcheck.yml)
58
[![Markdown Lint](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/markdown-lint.yml)
69
[![YAML lint](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/yamllint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-cpp/actions/workflows/yamllint.yml)
@@ -30,9 +33,6 @@ Developed with TDD.
3033
[![CMake](https://img.shields.io/badge/CMake-%23008FBA.svg?style=for-the-badge&logo=cmake&logoColor=white)](https://cmake.org/)
3134
[![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/)
3235

33-
> [!WARNING]
34-
> Not supported on Windows yet.
35-
3636
Go to [Install and run](#install-and-run)
3737

3838
## What is this?

0 commit comments

Comments
 (0)