Skip to content

Commit fcf0f6b

Browse files
author
Francois Bonneau
authored
Update README.md
1 parent 102e2a2 commit fcf0f6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This Project aim at providing a orgnanize code Template for c++ based project us
33

44
# CI/CD
55
github CI/CD are implemented in .github/workflow folder
6-
Status: ![CI](https://github.com/ring-teaching/CodeTemplate/workflows/CI/badge.svg?branch=master) ![CD](https://github.com/ring-teaching/CodeTemplate/workflows/CD/badge.svg?branch=master)
6+
Status: ![CI](https://github.com/ring-teaching/CodeTemplate/workflows/CI/badge.svg?branch=master) ![CD](https://github.com/ring-teaching/CodeTemplate/workflows/CD/badge.svg)
77

88
## project organization
99
* cmake: folder to centralize (1) CMake macros and function and (2) CMake related configuration files.
@@ -15,4 +15,4 @@ Status: ![CI](https://github.com/ring-teaching/CodeTemplate/workflows/CI/badge.s
1515
The project setup some usefull tools:
1616
* .clang-format: configuration file for clang format. Code formater that can be installed in you IDE (https://clang.llvm.org/docs/ClangFormat.html).
1717
* .releaserc: configuration file to use semantic release (https://github.com/semantic-release/semantic-release).
18-
* .github: folder to centralize github (CI/CD) workflows.
18+
* .github: folder to centralize github (CI/CD) workflows.

0 commit comments

Comments
 (0)