mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
-Added CI yaml file for workflows -Added `doctest` as dependency -Added test target executable to CMakeLists.txt -Renamed `bin` scripts to remove `gdpm*` prefix -Updated `SQLite 3` dependency in CMakeLists.txt -Implement basic unit testing in `tests/basic.cpp` -Fixed issue with handling `fmt` strings
11 lines
189 B
YAML
11 lines
189 B
YAML
version: 0.1
|
|
cli:
|
|
version: 1.2.1
|
|
lint:
|
|
enabled:
|
|
- git-diff-check@SYSTEM
|
|
- gitleaks@8.9.0
|
|
- markdownlint@0.32.1
|
|
- prettier@2.7.1
|
|
- shellcheck@0.8.0
|
|
- shfmt@3.5.0
|