chore(ci): add shared-lib scaffolding and functional coverage gate (#3)
logging / test (push) Has been skipped
logging / vulnerabilities (push) Has been skipped
Release / release (push) Successful in 59s
logging / coverage-baseline (push) Successful in 2m41s
pre-commit / pre-commit (push) Successful in 5m51s

This commit was merged in pull request #3.
This commit is contained in:
2026-06-15 17:53:42 +00:00
parent 35f439eff5
commit e067a72887
12 changed files with 354 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 2