tutorial: readme

This commit is contained in:
martin
2023-07-07 13:45:47 +02:00
parent a10e06a536
commit 0c85afeb1a
4 changed files with 17 additions and 5 deletions

12
readme.md Normal file
View File

@@ -0,0 +1,12 @@
# Dummy C Project
[![Build status](https://github.com/lmapii/pkt/workflows/ci/badge.svg)](https://github.com/lmapii/pkt/actions)
Repository for a containerised empty C library project including:
- Static code analysis with `clang-tidy`
- Code formatting using `clang-format`
- Unit tests using `unity` and `ceedling`
- Containerized GitHub actions.