Skip to content

Commit

Permalink
Fix CI/CD status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
voldien authored Jan 5, 2022
1 parent d003b99 commit ceb860d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ExecptCXX

[![CxxExecpt](https://github.com/voldien/exceptcxx/actions/workflows/linux-build.yml/badge.svg)](https://github.com/voldien/exceptcxx/actions/workflows/linux-build.yml)
[![ExceptCxx](https://github.com/voldien/exceptcxx/actions/workflows/ci.yml/badge.svg)](https://github.com/voldien/exceptcxx/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub release](https://img.shields.io/github/release/voldien/exceptcxx.svg)](https://github.com/voldien/exceptcxx/releases)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/voldien/exceptcxx.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/voldien/exceptcxx/context:cpp)
Expand Down Expand Up @@ -87,4 +86,4 @@ std::cerr << cxxexcept::getStackMessage(ex);

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 comments on commit ceb860d

Please sign in to comment.