docker_cproject_example/readme.md

13 lines
354 B
Markdown

# 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.