File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ SPDX-License-Identifier: <SPDX License Expression>
44
55# beman.inplace\_ vector
66
7+ ![ Continuous Integration Tests] ( https://github.com/beman-project/inplace_vector/actions/workflows/ci_tests.yml/badge.svg )
8+ ![ Code Format] ( https://github.com/beman-project/inplace_vector/actions/workflows/pre-commit.yml/badge.svg )
9+
710A dynamically-resizable vector with fixed capacity and embedded storage
811
912## Implements
@@ -44,7 +47,7 @@ TODO: tested platforms.
4447
4548#### Manual CMake Build
4649
47- ```
50+ ``` text
4851# Configure build
4952$ cmake -S . -B build -DCMAKE_CXX_STANDARD=20
5053-- The CXX compiler identification is GNU 11.4.0
@@ -87,7 +90,7 @@ This project use [pre-commit](https://pre-commit.com/) framework for linting.
8790pip3 install pre-commit
8891```
8992
90- [ pre-commit] can be configured to automatically triggered before git commit,
93+ pre-commit can be configured to automatically triggered before git commit,
9194to install this functionality, run:
9295
9396``` bash
You can’t perform that action at this time.
0 commit comments